Skip to Content
Docs are being rebuilt — start at Introduction → How it works.
AgentsMulti-agent collaborationMulti-agent collaboration

Multi-agent collaboration

Multi-agent collaboration splits work across several agents when one role should not own the entire process.

PatternUse it when
Hierarchical patternOne coordinating agent should assign work to specialists.
Agent-to-agent callsOne agent needs to call another directly.

Start simple

Use one agent unless a clear handoff or review step improves the result. Multi-agent setups add coordination cost, so document ownership and expected outputs.