Skip to main content
ClaudeWave

AG2 (formerly AutoGen): The Open-Source AgentOS.Join us at: https://discord.gg/sNGSwQME3x

Subagents4.7k stars652 forksPythonApache-2.0Updated today
Editor's note

AG2 (formerly AutoGen) is a Python framework for building and orchestrating multi-agent AI systems, where multiple conversable agents collaborate to complete tasks. It provides core primitives including `AssistantAgent` for LLM-driven reasoning, `UserProxyAgent` for executing code and representing human input, and a suite of multi-agent conversation patterns such as group chats, hierarchical orchestration, and human-in-the-loop workflows. Claude can be configured as the backing LLM for any agent through the `LLMConfig` setup, and the framework includes native MCP support so agents can call external tools exposed via MCP servers. A notable feature is the `code_execution_config`, which lets proxy agents run generated code locally or inside Docker containers without manual intervention. The framework targets researchers building agentic AI systems, software developers automating complex multi-step workflows, and teams who need flexible agent-to-agent communication patterns across heterogeneous LLM providers. AG2 is available on PyPI and requires Python 3.10 or higher.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/ag2ai/ag2 && cp ag2/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
a2aag2agent-frameworkagenticagentic-aiaiai-agents-frameworkaiagentsgenaillmllmsmcpmulti-agentmulti-agent-systemopen-sourcepython

What people ask about ag2

What is ag2ai/ag2?

+

ag2ai/ag2 is subagents for the Claude AI ecosystem. AG2 (formerly AutoGen): The Open-Source AgentOS.Join us at: https://discord.gg/sNGSwQME3x It has 4.7k GitHub stars and was last updated today.

How do I install ag2?

+

You can install ag2 by cloning the repository (https://github.com/ag2ai/ag2) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ag2ai/ag2 safe to use?

+

Our security agent has analyzed ag2ai/ag2 and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains ag2ai/ag2?

+

ag2ai/ag2 is maintained by ag2ai. The last recorded GitHub activity is from today, with 128 open issues.

Are there alternatives to ag2?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy ag2 to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ag2ai/ag2
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ag2ai-ag2)](https://claudewave.com/repo/ag2ai-ag2)
<a href="https://claudewave.com/repo/ag2ai-ag2"><img src="https://claudewave.com/api/badge/ag2ai-ag2" alt="Featured on ClaudeWave: ag2ai/ag2" width="320" height="64" /></a>

More Subagents