AgentChat#

AgentChat 是一个用于构建多代理应用程序的高级 API。 它建立在 autogen-core 包之上。 对于初学者用户,AgentChat 是推荐的起点。 对于高级用户,autogen-core 的事件驱动编程模型提供了对底层组件的更多灵活性和控制。

AgentChat 提供了直观的默认设置,例如预设行为的Agents和预定义多代理设计模式Teams

Installation

如何安装AgentChat

./installation.html
Quickstart

构建你的第一个代理

./quickstart.html
Tutorial

逐步指南,使用AgentChat,了解代理、团队等内容

./教程/index.html
Custom Agents

创建具有自定义行为的自己的代理

./custom-agents.html
Selector Group Chat

通过共享上下文和集中化、可定制的选择器进行多代理协调

./selector-group-chat.html
Swarm

通过共享上下文和基于工具的局部选择器进行多代理协调

./swarm.html
Magentic-One

开始使用 Magentic-One

./magentic-one.html
Memory

为您的代理添加记忆功能

./memory.html
Logging

记录跟踪和内部消息

./logging.html
Serialize Components

序列化和反序列化组件

./序列化组件.html
Examples

示例代码和使用案例

./examples/index.html
Migration Guide

如何从 AutoGen 0.2.x 迁移到 0.4.x。

./migration-guide.html