AI Agent Framework
56.4k 2026-03-29
microsoft/autogen
A programming framework for creating multi-agent AI applications that can act autonomously or work alongside humans.
Core Features
Multi-agent AI application development
Autonomous and human-assisted agent operation
Integration with various LLMs (e.g., OpenAI GPT-4o)
Tool integration for enhanced capabilities (e.g., web browsing with Playwright)
Multi-agent orchestration for complex workflows
Quick Start
pip install -U "autogen-agentchat" "autogen-ext[openai]"Detailed Introduction
AutoGen is a robust programming framework designed to simplify the development of sophisticated AI applications. It empowers developers to build systems where multiple AI agents can interact, collaborate, and solve complex tasks, either independently or under human supervision. By abstracting the complexities of agent communication and orchestration, AutoGen facilitates the creation of diverse AI solutions, from simple assistants to intricate multi-agent workflows, leveraging various large language models and external tools to achieve advanced functionalities.