AutoGen#

AutoGen

A framework for building AI agents and multi-agent applications

AgentChat

High-level API that includes preset agents and teams for building multi-agent systems.

pip install "autogen-agentchat==0.4.0.dev11"

💡 Start here if you are looking for an API similar to AutoGen 0.2.

Studio

No-code platform for authoring and interacting with multi-agent teams.

Core

Provides building blocks for creating asynchronous, event driven multi-agent systems.

pip install "autogen-core==0.4.0.dev11"
Extensions

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.dev11"