← Back to hub

Multi-agent patterns

Status CoveredUpdated 1 Jul 2026

In one line

Split work across specialist agents when one is not enough.

PatternHowLibrary
SupervisorA boss routes work to specialists.langgraph-supervisor
SwarmAgents 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.