AutoGen — Microsoft Multi-Agent Conversation Framework
AutoGen is Microsoft's open-source framework for building multi-agent systems where AI agents converse with each other and humans to solve tasks, with support for tool use and human-in-the-loop workflows.
What it does
AutoGen — Microsoft Multi-Agent Conversation Framework
AutoGen is Microsoft's open-source framework for building multi-agent systems where AI agents converse with each other and humans to solve tasks, with support for tool use and human-in-the-loop workflows.
Prerequisites
Python 3.10+, pip, OpenAI API key or compatible LLM
Installation
Use the upstream install or setup path that matches your environment:
- pip install -U "autogen-agentchat" "autogen-ext[openai]"
- pip install -U "autogenstudio"
-
First run npm install -g @playwright/mcp@latest to install the MCP server.
Requirements and caveats from upstream:
- AutoGen requires Python 3.10 or later.
- python
- Core API implements message passing, event-driven agents, and local and distributed runtime for flexibility and power. It also support cross-language support for .NET and Python.
Basic usage or getting-started notes:
-
bash
-
The current stable version can be found in the releases. If you are upgrading from AutoGen v0.2, please refer to the [Migration Guide](https://microsoft.github.io/autog...
-
The following samples call OpenAI API, so you first need to create an account and export your key as export OPENAI_API_KEY="sk-...".
-
Extracted from upstream docs: https://raw.githubusercontent.com/microsoft/autogen/HEAD/README.md
Documentation
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,629 chars)