Skip to main content

Module patterns

Module patterns 

Source
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.