Multi-Agent System
An architecture where multiple specialized agents collaborate through messages, tools, or a shared controller.
Plain English
A team of narrow agents can be easier to steer than one giant all-purpose agent.
Example
A planning agent delegates to a browser agent, a coding agent, and a QA agent.
Why it matters
Multi-agent patterns are becoming common when context grows too large or expertise needs to be separated.