👥
Multi-Agent Patterns
Architectures for coordinating multiple AI agents that collaborate, debate, or divide work.
4 patterns
Supervisor-Worker
Intermediate
A supervisor agent delegates tasks to specialized worker agents, coordinates their efforts, and synthesizes results.
Multi-Agent Debate
Advanced
Multiple agents argue opposing positions to stress-test ideas, expose flaws in reasoning, and arrive at better conclusions.
Consensus Voting
Intermediate
Multiple agents independently solve the same problem, then vote to determine the best answer.
Swarm Intelligence
Advanced
Many lightweight agents coordinate through simple local rules and handoffs, without centralized control.