Quick Start
User Interaction Flow
Configuration Levels
Team Processes
| Process | How It Works |
|---|---|
sequential | Agents work one after another |
parallel | Agents work at the same time |
hierarchical | Manager coordinates agents |
API Reference
TeamStructure
Team configuration
MultiAgentExecutionConfig
Multi-agent execution options
Best Practices
Give each agent one role
Give each agent one role
Specialized agents produce better results than generalists.
Use sequential for dependencies
Use sequential for dependencies
When one agent needs another’s output, use sequential process.
Use hierarchical for complex tasks
Use hierarchical for complex tasks
A manager helps coordinate when tasks require judgment calls.

