介绍#

本教程提供了使用AgentChat的逐步指南。 请确保您已按照安装说明准备环境。

在任何时候遇到困难,随时可以在 GitHub DiscussionsDiscord 上寻求帮助。

注意

如果您是从autogen v0.2版本迁移过来的,请阅读迁移指南

Models

如何使用LLM模型客户端

./models.html
Messages

理解消息类型

./messages.html
Agents

与AgentChat代理一起工作并开始使用 AssistantAgent

./agents.html
Teams

与团队代理一起工作,并开始使用RoundRobinGroupChat

./teams.html
Human-in-the-Loop

向团队提供反馈的最佳实践

./human-in-the-loop.html
Termination

使用终止条件控制团队

./termination.html
Custom Agents

创建你自己的代理

./custom-agents.html
Managing State

保存和加载代理和团队以进行持久会话

./state.html