Packages#
Library that is at a similar level of abstraction as AutoGen 0.2, including default agents and group chat.
pip install 'autogen-agentchat==0.4.0.dev6'
User Guide | API Reference | PyPI | Source
Implements the core functionality of the AutoGen framework, providing basic building blocks for creating multi-agent systems.
pip install 'autogen-core==0.4.0.dev6'
User Guide | API Reference | PyPI | Source
Implementations of core components that interface with external services, or use extra dependencies. For example, Docker based code execution.
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
A generalist multi-agent softbot utilizing five agents to tackle intricate tasks involving multi-step planning and real-world actions.
Note
Not yet available on PyPI.