What is a supervisor / router agent?
A supervisor agent, also called a routing agent, is an agent that decides which specialist tool, workflow, or sub-agent should handle a user’s request instead of trying to do everything itself. A single general-purpose agent can get messy when a task spans multiple skills: search, code, database access, summarization, planning, and verification. A supervisor/router agent helps by directing each request to the right worker, which can make systems easier to maintain, safer to control, and cheaper
papoo.work