Real-time Agent Zero dispatch for complex problems.
Connects directly to the Agent Zero runtime and dispatches a live reasoning session. Accepts a problem brief, decomposes it into sub-tasks, assigns specialist sub-agents, and returns a resolved answer with full reasoning trace.
Illustrative output structure — actual results depend on your data.
{
"session_id": "a0_sess_7f3a",
"sub_tasks": 6,
"agents_used": ["research", "code", "review"],
"resolved": true,
"trace_url": "https://canvas.aaas.com/traces/7f3a"
}