Supervisor Agent
A coordinating agent that decomposes work, invokes specialists, and combines their outputs.
Plain English
It is the project manager of a multi-agent setup.
Example
A supervisor decides whether the legal, billing, or technical sub-agent should handle a customer question.
Why it matters
Supervisor patterns make complex systems debuggable by keeping a clear owner for routing and synthesis.