Multi-Agent Orchestration

Pattern Based Agent

Choose an orchestration pattern to see how multiple agents collaborate to solve tasks.

run

Two-Agent Chat

Direct messaging between two agents

2 agents
run

Auto Pattern

LLM-driven speaker selection

4 agents
run

Round Robin

Fixed cycle debate pattern

3 agents
handoff

LLM Condition

Natural language routing rules

4 agents
handoff

Context Condition

Variable-based routing

3 agents
sequential

Sequential Chat

Pipeline processing

3 agents
nested

Nested Chat

Hierarchical delegation

4 agents
orchestrator

CaptainAgent

Workflow designer agent

2 agents

Based on multi-agent conversation patterns. Each pattern solves different orchestration challenges.

Heavily-Inspired from AG2 Playground