Agent Search Engine

Issue 001 / A living technical almanac

System scan: active

Record / autogenFrameworkOpen sourceVerified

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 59k 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 agent frameworks
AgentStarsPricing
autogenFrameworkthis listing59kOpen source
langchainFramework141kOpen source
rufloFramework63kOpen source
crewAIFramework55kOpen source
elizaFramework19kOpen source
pydantic-aiFramework18kOpen source