cos_supervise
Determines the next action for the main agent: dispatch a formula-agent, backtrack, or signal done. Call repeatedly after recording each formula output to guide multi-agent workflows.
Instructions
Return the next action the main agent should take: dispatch a formula-agent, backtrack, or signal done. Call repeatedly after recording each formula output via cos_supervise_record_output. Never spawns agents itself — only tells the main agent what to dispatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phase | No | ROUTING | |
| pending | No | [] | |
| intensity | No | standard | |
| dispatched | No | [] | |
| persona_id | Yes | ||
| session_id | Yes | ||
| task_marker | Yes | ||
| situation_id | No | ||
| backtrack_count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |