😏
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
schema_version = 8
|
||||
|
||||
[[tasks]]
|
||||
agent = "incident_lead"
|
||||
task_kind = "analysis"
|
||||
task = "Inspect the incident profile read-only and explain the evidence threshold for asserting root cause."
|
||||
mode = "read-only"
|
||||
wall_timeout_seconds = 600
|
||||
|
||||
[[tasks]]
|
||||
agent = "evidence_runner"
|
||||
task_kind = "evidence_collection"
|
||||
task = "Collect bounded evidence about the current catalog schema version using local commands only. Return only the required incident-evidence JSON with correlated commands."
|
||||
backend = "mcp"
|
||||
mode = "read-only"
|
||||
wall_timeout_seconds = 900
|
||||
|
||||
[[tasks]]
|
||||
agent = "causal_challenger"
|
||||
task_kind = "causal_analysis"
|
||||
task = "Given only the fact that a profile compile failed, produce at least two unresolved alternative hypotheses and distinguishing predictions. Return only the required hypotheses JSON and do not assert a root cause."
|
||||
backend = "mcp"
|
||||
mode = "read-only"
|
||||
wall_timeout_seconds = 900
|
||||
Reference in New Issue
Block a user