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.
Install
npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/autogen-microsoft-multi-agent-framework
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
git clone https://github.com/agentskillexchange/skills.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
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
Files (skills)
-
SKILL.md 2.2 KB
--- name: "AutoGen — Microsoft Multi-Agent Conversation Framework" slug: "autogen-microsoft-multi-agent-framework" description: "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." github_stars: 56777 verification: "security_reviewed" source: "https://github.com/microsoft/autogen" author: "Microsoft Research" category: "Developer Tools" framework: "Multi-Framework" tool_ecosystem: github_repo: "microsoft/autogen" github_stars: 56777 --- # 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](./python/packages/autogen-core/) 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](https://github.com/microsoft/autogen/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-...". - Source: https://github.com/microsoft/autogen - Extracted from upstream docs: https://raw.githubusercontent.com/microsoft/autogen/HEAD/README.md ## Documentation - https://microsoft.github.io/autogen/ ## Source - [Agent Skill Exchange](https://agentskillexchange.com/skills/autogen-microsoft-multi-agent-framework/)
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.