AgentChat#  代理聊天#

AgentChat is a high-level API for building multi-agent applications. It is built on top of the autogen-core package. For beginner users, AgentChat is the recommended starting point. For advanced users, autogen-core’s event-driven programming model provides more flexibility and control over the underlying components.
AgentChat 是用于构建多代理应用程序的高级 API。它构建在 autogen-core 包之上。对于初学者用户,AgentChat 是推荐的起点。对于高级用户,autogen-core 的事件驱动编程模型提供了更大的灵活性和对底层组件的控制。

AgentChat provides intuitive defaults, such as Agents with preset behaviors and Teams with predefined multi-agent design patterns.
AgentChat 提供直观的默认值,例如具有预设行为的 Agent 和具有预定义多代理设计模式的 Teams

Installation  安装

How to install AgentChat  如何安装 AgentChat

./installation.html
Quickstart  快速入门

Build your first agent  构建您的第一个代理

./quickstart.html
Tutorial  教程

Step-by-step guide to using AgentChat
使用 AgentChat 的分步指南

./tutorial/models.html
Examples  例子

Sample code and use cases
示例代码和使用案例

./examples/index.html
Migration Guide  迁移指南

How to migrate from AutoGen 0.2.x to 0.4.x.
如何从 AutoGen 0.2.x 迁移到 0.4.x。

./migration-guide.html