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
Messages
Understand the message types
Agents
Work with AgentChat agents and get started with AssistantAgent
Teams
Work with teams of agents and get started with RoundRobinGroupChat
.
Human-in-the-Loop
Best practices for providing feedback to a team
Termination
Control a team using termination conditions
Custom Agents
Create your own agents
Managing State
Save and load agents and teams for persistent sessions