Expand description
Multi-agent runtime — coordinates sub-agent lifecycle, event bridging, and cancellation.
The MultiAgentRuntime is the central coordinator. It is created once during
builder setup and shared via Arc to all 6 multi-agent tools.
Structs§
- Agent
Info - Agent info for
list_agents(). - Close
Result - Result from
close_agent(). - Multi
Agent Runtime - Coordinates sub-agent lifecycle, event bridging, and cancellation.
- Wait
Result - Result from
wait_for_result().