25 lines
898 B
TOML
25 lines
898 B
TOML
|
|
schema_version = 8
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "route_observer"
|
||
|
|
task_kind = "analysis"
|
||
|
|
task = "Inspect the two route bindings and explain which identity and failure facts must come from supervisor telemetry."
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 600
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "go_route"
|
||
|
|
task_kind = "route_probe"
|
||
|
|
task = "Read config/catalog.toml and state the DeepSeek V4 Pro upstream ID plus one exact repository evidence location. Return only route-observation JSON and set self_reported_serving_provider to null."
|
||
|
|
backend = "mcp"
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 900
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "openrouter_route"
|
||
|
|
task_kind = "route_probe"
|
||
|
|
task = "Read config/catalog.toml and state the DeepSeek V4 Pro upstream ID plus one exact repository evidence location. Return only route-observation JSON and set self_reported_serving_provider to null."
|
||
|
|
backend = "mcp"
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 900
|