代码库#
0.4#
AutoGen AgentChat
库与 AutoGen 0.2 类似,包括默认代理和群聊。
pip install 'autogen-agentchat==0.4.0.dev6'
User Guide | API Reference | PyPI | Source
AutoGen Core
实现了 AutoGen 框架的核心功能,提供了创建多代理系统的基本构建块。
pip install 'autogen-core==0.4.0.dev6'
User Guide | API Reference | PyPI | Source
AutoGen Extensions
实现了与外部服务接口的组件,或使用额外依赖的组件。例如,基于 Docker 的代码执行。
pip install 'autogen-ext==0.4.0.dev6'
Extras:
langchain
needed forLangChainToolAdapter
azure
needed forACADynamicSessionsCodeExecutor
docker
needed forDockerCommandLineCodeExecutor
openai
needed forOpenAIChatCompletionClient
User Guide | API Reference | PyPI | Source
0.2#
AutoGen
现有的 AutoGen 库,提供了一个用于构建多代理系统的抽象。
pip install 'autogen-agentchat~=0.2'
Documentation | PyPI | Source