ag2ai/ag2

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 32 minutes ago
Added to GitGenius on September 14th, 2026
Created on November 11th, 2024
Open Issues & Pull Requests: 27 (+0)
GitHub issues: Enabled
Number of forks: 717
Total Stargazers: 4,925 (+0)
Total Subscribers: 74 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 7.7 days
90th percentile: 5.3 days
Tracked items: 871

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 7% of issues opened in the past year have been closed. Three people close 57% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 13
New in 7 days: 5
Closed in 7 days: 4
Avg open age: 32 days
Stale 30+ days: 5
Stale 90+ days: 0

Recent activity

Opened in 7 days: 4
Closed in 7 days: 4
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • type:bug (216)
  • type:feature (195)
  • type:docs (188)
  • good first issue (19)
  • resolution:duplicate (11)
  • resolution:wontfix (8)
  • status:needs-triage (8)
  • area:mcp (7)

Detailed Description

AG2 is an open-source framework for building AI agents and multi-agent systems that work together to solve tasks.

The framework addresses the challenge of coordinating multiple AI agents to accomplish complex objectives. It provides a protocol-driven architecture that enables agents to interact with each other, integrate with various large language models, and support tool use. The approach allows developers to construct autonomous workflows, human-in-the-loop systems, and multi-agent conversation patterns without being locked into a specific agent implementation or communication protocol.

Developers should choose AG2 if they need to build systems where multiple agents collaborate on tasks, require flexibility in agent design and LLM selection, or want to incorporate human oversight into agentic workflows. The framework suits projects ranging from research prototypes to production applications. Note that AG2 v1.0 introduced a protocol-driven framework as the primary interface, while the earlier class-based agent system (ConversableAgent, GroupChat) moved to a separate classic repository and remains maintained for existing projects.

The project is maintained by a dynamic group of volunteers from multiple organizations, with support available through designated administrators. Development activity shows active maintenance of the core framework alongside continued support for the legacy classic implementation in a separate repository.