Skip to main content
AgentTeam is the multi-agent coordinator that manages and delegates work to multiple Agent instances, supporting sequential, parallel, and hierarchical execution patterns.

Quick Start

1

Basic Team

Create a simple team with multiple agents:
2

Parallel Execution

Execute tasks in parallel for faster processing:
3

Hierarchical Process

Use a manager agent to coordinate work:
4

With Memory & Planning

Enable shared memory and planning for the team:

Process Types

Configuration Options

State Management

AgentTeam provides shared state across all agents:

Best Practices

For sequential tasks, AgentTeam automatically passes context from previous tasks:
Create agents with distinct roles for better task delegation:
Enable memory for teams that need to share information:

Key Methods

Agent

Learn about individual AI agents

AgentFlow

Deterministic workflow pipelines

Tasks

Task configuration and management

Process

Execution process patterns