FoundationAgents/MetaGPT

🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 37 minutes ago
Added to GitGenius on July 1st, 2026
Created on June 30th, 2023
Open Issues & Pull Requests: 130 (+0)
Number of forks: 8,882
Total Stargazers: 69,837 (+0)
Total Subscribers: 913 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.8 hours
Mean response time: 5.1 days
90th percentile: 12.7 days
Tracked items: 588

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in about an hour, while "inactive" waits about 27 hours. Only 14% of issues opened in the past year have been closed. Three people close 71% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 24
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 14 days
Stale 30+ days: 9
Stale 90+ days: 0

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 3
Events in 7 days: 6

Top labels

  • inactive (292)
  • enhancement (16)
  • bug (15)
  • documentation (6)
  • discussion (2)
  • todo (2)
  • dataset (1)
  • network (1)

Detailed Description

MetaGPT is a multi-agent framework that enables large language models to collaborate as a simulated software company to tackle complex tasks. The core philosophy centers on the principle that code equals the standard operating procedures of a team, materializing organizational workflows through LLM-based agents. The framework takes a single-line natural language requirement as input and produces comprehensive software development artifacts including user stories, competitive analysis, requirements specifications, data structures, APIs, and documentation.

The system internally simulates different professional roles found in a traditional software company, including product managers, architects, project managers, and engineers. Each role operates with carefully orchestrated standard operating procedures that guide their interactions and outputs. This multi-agent approach enables MetaGPT to handle the entire software development lifecycle through coordinated agent collaboration rather than sequential processing.

The repository overlaps with major projects including microsoft/vscode, microsoft/typescript, and rust-lang/rust through shared contributors, suggesting integration with broader development ecosystems.

The framework is classified across multiple domains including multi-agent systems, AI collaboration, software generation, autonomous agents, prompt engineering, task automation, natural language processing, code synthesis, workflow orchestration, and agent communication. Recent developments include the launch of MGX, described as the world's first AI agent development team for natural language programming, which achieved Product of the Week status on Product Hunt in March 2025. The project has also contributed to academic research, with the AFlow paper on automating agentic workflow generation accepted for oral presentation at ICLR 2025, ranking second in the LLM-based Agent category.

MetaGPT is written in Python and requires Python 3.9 or later but less than 3.12. Installation requires Node.js and pnpm alongside the Python environment. The project provides comprehensive documentation, tutorials, and use cases including a Data Interpreter for code generation, debate scenarios, researcher agents, and receipt processing assistants. The framework is distributed under the MIT license and maintains active community channels including Discord and Twitter presence. The project accepts contributions through a formal contributor form and provides support through email and GitHub issues with a stated response time of two to three business days.