Learn how Pawa AI handles multi-agent orchestration through agent handoff, where a RouterAgent routes queries to the most suitable specialized agent for execution.
Handoff process: The router inspects the query, decides whether to answer directly or forward it to another agent, and then provides the response.
This ensures users always get the best possible response without needing to know which agent should handle their request.To access handoff, you technically send the list of agents in agent chat request endpoint.