25 lines
790 B
TOML
25 lines
790 B
TOML
|
|
schema_version = 8
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "engineering_root"
|
||
|
|
task_kind = "analysis"
|
||
|
|
task = "Inspect this lab read-only and contrast the matched flat and bounded hierarchical trial topologies."
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 600
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "research_lead"
|
||
|
|
task_kind = "research_synthesis"
|
||
|
|
task = "Without spawning for this smoke task, synthesize the supplied profile README into the required research-synthesis JSON and identify what the root must independently verify."
|
||
|
|
backend = "mcp"
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 900
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "source_scout"
|
||
|
|
task_kind = "research"
|
||
|
|
task = "Verify one current Python documentation claim from a primary source and return only the dated source-dossier JSON."
|
||
|
|
backend = "mcp"
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 900
|