Skip to main content
AgentTeam coordinates multiple agents working together, executing tasks sequentially or in parallel.
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


Best Practices

When agents need context from previous agents, use sequential mode.
When tasks are independent, parallel mode is faster.
Provide one task per agent for explicit control.

Backward Compatibility

All old names work as silent aliases with no deprecation warnings.

Agent

Single agent documentation

AgentFlow

Step-based workflows

AgentOS

Deploy as web service