feat(api): implementa router /agents (list, get, versions, get_version, diff)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: incident_analyzer
|
||||
version: v1
|
||||
owner: Juan
|
||||
purpose: Análisis de incidentes de red
|
||||
state: active
|
||||
guardrails: [default]
|
||||
llm:
|
||||
provider: mock
|
||||
model: gpt-4o
|
||||
temperature: 0.2
|
||||
max_tokens: 2000
|
||||
system_prompt: Eres un analista de incidentes. Responde SIEMPRE con JSON.
|
||||
output_schema:
|
||||
type: object
|
||||
required: [severity]
|
||||
risk_threshold_for_hitl: 4
|
||||
updated_at: 2026-04-01T00:00:00Z
|
||||
Reference in New Issue
Block a user