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:
Juan
2026-05-10 10:39:50 +02:00
co-authored by Claude Opus 4.7
parent 85906de832
commit 5cbec0d5d8
5 changed files with 256 additions and 0 deletions
+8
View File
@@ -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
+18
View File
@@ -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