Quick Start
Team Processes
Choose how agents collaborate:| Process | Best For |
|---|---|
Sequential | Step-by-step workflows |
Parallel | Independent tasks |
Hierarchical | Complex delegated work |
Sequential Process
Parallel Process
Hierarchical Process
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
process | Process | Sequential | How agents collaborate |
verbose | bool | false | Show detailed output |
Best Practices
Give each agent a clear role
Give each agent a clear role
Specialists outperform generalists in teams.
Use sequential for dependent tasks
Use sequential for dependent tasks
When agent B needs agent A’s output, use sequential.
Use parallel for independent tasks
Use parallel for independent tasks
Speed up by running independent agents simultaneously.

