← Back to Docs

Multi-Agent Orchestration

Spawn specialist agents that work together on complex tasks.

Teams

Create teams of specialist agents coordinated by a supervisor:

  • Members: Define custom roles (planner, coder, reviewer, etc.)
  • Execution: Parallel or sequential modes
  • Discussion: Agents can refine each other's work
  • Supervisor: Coordinates handoffs between agents

Group Chats

Create group chats where multiple specialist agents discuss a topic:

  • Round Robin: Each agent speaks in order
  • Random: Random agent selection
  • Auto: Best agent for the current context

Use Cases

  • Explore → Code → Review: Sequential pipeline for building features
  • Parallel Research: Multiple agents investigate different aspects simultaneously
  • Debate: Two agents argue different approaches, supervisor picks the winner