Expand description
Coordination patterns for multi-agent systems.
Modules§
- delegator
- Delegator — main agent spawns specialist sub-agents mid-run via a tool.
- fleet
- Fleet — independent agents with shared knowledge graph.
- map_
reduce - Map-Reduce — split a task into N items, run agents in parallel, reduce results.
- pipeline
- Pipeline — agent A’s output feeds agent B’s input.
- supervisor
- Supervisor — one agent monitors and controls workers.
- swarm
- Swarm — N agents working on the same problem.
- vote
- Vote — N agents answer independently, majority wins.