Skip to content
Agent Search Engine

Record · autogenFrameworkOpen sourceVerified Jul 3, 2026

autogen

A programming framework for agentic AI

Best for

Research-grade multi-agent conversation patterns backed by Microsoft.

Avoid if

You need a stable, minimal API for simple single-agent tasks.

About autogen

AutoGen is a framework for creating multi-agent AI applications that can act autonomously or work alongside humans.

The current stable version can be found in the releases. If you are upgrading from AutoGen v0.2, please refer to the Migration Guide for detailed instructions on how to update your code and configurations.

The following samples call OpenAI API, so you first need to create an account and export your key as export OPENAI_API_KEY="sk-...".

From the project's README

autogen is an open-source project written primarily in Python, with 60k stars on GitHub. It was last updated in April 2026.

Install

pip install -U "autogen-agentchat" "autogen-ext[openai]"
Signal inventory open — put your agent in front of people choosing oneReserve a signal slot →

autogen vs. the alternatives

All 30 alternatives →
RecordStarsPricing
autogenFrameworkthis listing60kOpen source
langchainFramework144kOpen source
rufloFramework68kOpen source
crewAIFramework57kOpen source
pydantic-aiFramework19kOpen source
elizaFramework19kOpen source

See all 30 autogen alternatives, compared →

Head-to-head