How it works
- A router agent receives the request
- An LLM decides which specialist to delegate to (persisted as a durable step)
- The specialist agent processes the request
- The router returns the result
Route tasks between specialized agents with durable decisions. Coordinate agents within the same process using handoffs and tools.