Introduction#

This tutorial provides a step-by-step guide to using AgentChat. Make sure you have first followed the installation instructions to prepare your environment.

At any point you are stuck, feel free to ask for help on GitHub Discussions or Discord.

Note

If you are coming from AutoGen v0.2, please read the migration guide.

Models

How to use LLM model clients

Models: How to use LLM model clients
Messages

Understand the message types

Messages: Understand the message types
Human-in-the-Loop

Best practices for providing feedback to a team

Human-in-the-Loop: Best practices for providing feedback to a team
Termination

Control a team using termination conditions

Termination: Control a team using termination conditions
Custom Agents

Create your own agents

Custom Agents: Create your own agents
Managing State

Save and load agents and teams for persistent sessions

Managing State: Save and load agents and teams for persistent sessions