feat(registry): añade FileSystemAgentRegistry con versionado tipo Git y diff
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
name: test_agent
|
||||
versions:
|
||||
- id: v1
|
||||
hash: feedface
|
||||
author: pytest
|
||||
message: fixture inicial
|
||||
created_at: 2026-01-01T00:00:00Z
|
||||
active_version: v1
|
||||
@@ -0,0 +1,18 @@
|
||||
name: test_agent
|
||||
version: v1
|
||||
owner: Juan
|
||||
purpose: Test fixture
|
||||
state: active
|
||||
guardrails: [test_policy]
|
||||
llm:
|
||||
provider: mock
|
||||
model: gpt-4o
|
||||
temperature: 0.2
|
||||
max_tokens: 2000
|
||||
system_prompt: |
|
||||
Eres un agente de prueba.
|
||||
output_schema:
|
||||
type: object
|
||||
required: [severity]
|
||||
risk_threshold_for_hitl: 4
|
||||
updated_at: 2026-01-01T00:00:00Z
|
||||
Reference in New Issue
Block a user