AgentTeam replaces Agents and PraisonAIAgents as the recommended class name. The old names still work as silent aliases.Quick Start
1
Simple Usage
2
With Configuration
How It Works
Configuration Options
Common Patterns
- Array Syntax
- Sequential
- Parallel
- With Custom Tasks
Best Practices
Use sequential for dependent tasks
Use sequential for dependent tasks
When agents need context from previous agents, use sequential mode.
Use parallel for independent analysis
Use parallel for independent analysis
When tasks are independent, parallel mode is faster.
Match tasks to agents
Match tasks to agents
Provide one task per agent for explicit control.
Backward Compatibility
All old names work as silent aliases with no deprecation warnings.
Related
Agent
Single agent documentation
AgentFlow
Step-based workflows
AgentOS
Deploy as web service

