Skip to content

Patterns

sylvain legland edited this page Feb 25, 2026 · 1 revision

Orchestration Patterns (15)

Database-configured (12)

Pattern Description
solo-chat Single agent, conversational
sequential Agents execute in order
parallel Agents execute simultaneously
hierarchical Lead delegates to workers
router Dynamic routing based on content
aggregator Multiple inputs → single output
human-in-the-loop Requires human validation
adversarial-pair Two agents debate (Team of Rivals)
adversarial-cascade Multi-stage adversarial review
debate Multi-agent debate with voting
sf-tdd Test-Driven Development cycle
wave Wave-based parallel execution

Engine-only (3)

Pattern Description
solo Single agent, no interaction
loop Iterative execution with condition
network Free-form multi-agent network

🇫🇷 Patterns (FR)

Clone this wiki locally