25 lines
892 B
TOML
25 lines
892 B
TOML
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
|