AI Framework
57.3k 2026-04-21
microsoft/autogen
A programming framework for building multi-agent AI applications that can operate autonomously or collaboratively with humans.
Core Features
Creation of multi-agent AI applications
Support for autonomous and human-in-the-loop operations
Integration with various AI models (e.g., OpenAI GPT)
Tool integration for enhanced agent capabilities (e.g., web browsing)
Basic multi-agent orchestration capabilities
Quick Start
pip install -U "autogen-agentchat" "autogen-ext[openai]"Detailed Introduction
AutoGen is a versatile programming framework designed for developing multi-agent AI applications. It empowers developers to create systems where AI agents can work independently or alongside human users to accomplish complex tasks. While offering robust features for agent creation, model integration, and tool utilization, AutoGen is currently in maintenance mode. New users are encouraged to explore its enterprise-ready successor, Microsoft Agent Framework, which provides stable APIs and long-term support for advanced multi-agent orchestration.