← Back to hub
Multi-agent patterns
In one line
Split work across specialist agents when one is not enough.
| Pattern | How | Library |
|---|---|---|
| Supervisor | A boss routes work to specialists. | langgraph-supervisor |
| Swarm | Agents hand off to each other directly. | langgraph-swarm |
Deep Agents sub-agents are a third, simpler option: one main agent spins up helpers on demand.
New (Jun 2026). Deep Agents can now launch subagents from inside interpreter code — not just the
task tool. This makes it easier to fan out many small jobs and merge the results in code. Docs: programmatic subagents.Links
My notes
Add your own findings here as you learn.