Guide: Multi-Agent Workflows
Coordinate multiple agents with shared context and events.
Orchestration
Use a coordinator to route intents to specialized agents.
Shared context
Persist conversation state across agents using a shared store.
Events
Subscribe agents to an event bus for coordination.
FAQ
Do I need multiple configs? Not required; you can keep one config if workflows are simple.