MetaGPT, a multi-agent AI framework designed to simulate software company operations, has encountered integration challenges with various APIs, notably affecting its role functionalities. The project continues to see active development and community engagement, with significant contributions aimed at enhancing its capabilities.
Recent issues and pull requests (PRs) reveal ongoing struggles with API integrations and role functionalities within MetaGPT. Notable issues include #1462, where users face KeyError
with the openrouter API, and #1455, where recovered roles fail to observe new messages. These issues highlight critical bugs impacting user experience and suggest a need for architectural improvements.
The development team remains active, with key contributors like 莘权 马 focusing on bug fixes and feature enhancements. Recent activities include:
The team demonstrates strong collaboration through multiple merged PRs, indicating a responsive development environment.
Timespan | Opened | Closed | Comments | Labeled | Milestones |
---|---|---|---|---|---|
7 Days | 6 | 1 | 10 | 6 | 1 |
30 Days | 25 | 10 | 54 | 25 | 1 |
90 Days | 99 | 35 | 200 | 99 | 1 |
All Time | 618 | 319 | - | - | - |
Like all software activity quantification, these numbers are imperfect but sometimes useful. Comments, Labels, and Milestones refer to those issues opened in the timespan in question.
Developer | Avatar | Branches | PRs | Commits | Files | Changes |
---|---|---|---|---|---|---|
Jiayi Zhang (didiforgithub) | 1 | 2/1/0 | 5 | 15 | 11546 | |
莘权 马 | 2 | 0/0/0 | 13 | 23 | 233 | |
hgftrdw45ud67is8o89 | 1 | 1/1/0 | 3 | 2 | 11 | |
None (femto) | 0 | 2/0/0 | 0 | 0 | 0 | |
None (seehi) | 0 | 0/1/0 | 0 | 0 | 0 | |
liuminhui | 0 | 0/0/0 | 0 | 0 | 0 | |
Alexander Wu | 0 | 0/0/0 | 0 | 0 | 0 | |
Guess | 0 | 11/5/1 | 0 | 0 | 0 | |
huihui (jschyz) | 0 | 1/0/0 | 0 | 0 | 0 | |
João Galego (JGalego) | 0 | 1/0/0 | 0 | 0 | 0 | |
None (paras55) | 0 | 1/0/0 | 0 | 0 | 0 | |
好好学习的郝 (voidking) | 0 | 0/1/0 | 0 | 0 | 0 | |
better629 | 0 | 0/0/0 | 0 | 0 | 0 | |
Jackson (Jacksonxhx) | 0 | 1/0/0 | 0 | 0 | 0 | |
草帽小子 (duanguo108) | 0 | 1/0/0 | 0 | 0 | 0 | |
jasonliao (lanlanguai) | 0 | 1/0/0 | 0 | 0 | 0 | |
wangs (wangwenju269) | 0 | 2/0/2 | 0 | 0 | 0 | |
stone (yingfeng2016) | 0 | 2/0/1 | 0 | 0 | 0 | |
Arpit Pathak (Thepathakarpit) | 0 | 1/0/1 | 0 | 0 | 0 |
PRs: created by that dev and opened/merged/closed-unmerged during the period
The MetaGPT project has seen significant recent activity, with 299 open issues currently logged. Notably, several issues have been created or updated in the past week, indicating ongoing user engagement and potential challenges with the framework. A common theme among these issues is the integration of various LLMs and the functionality of specific roles, particularly the Researcher and Engineer roles, which have encountered multiple errors and inconsistencies in their outputs.
Several issues highlight critical bugs related to API interactions and the handling of responses, such as KeyError
, ValueError
, and JSONDecodeError
. These errors suggest that users are facing challenges with the underlying architecture and integration of different components within the MetaGPT framework.
Issue #1462: API openrouter does not work
Issue #1461: Unable to run llm_vision.py example / pass any images to Action._aask()
Issue #1458: 怎么生成符合我自定义规范的代码?
Issue #1456: 生成flask项目的问题
Issue #1455: recovered role can't observe new message
Issue #1461: Unable to run llm_vision.py example / pass any images to Action._aask()
Issue #1456: 生成flask项目的问题
Issue #1455: recovered role can't observe new message
Issue #1458: 怎么生成符合我自定义规范的代码?
Issue #1449: 如何绘制一个折线图或柱状图
The recent issues indicate that while there is active engagement from users, there are also significant pain points related to API integrations and role functionalities within MetaGPT. The prevalence of errors suggests that users may struggle to utilize the framework effectively without encountering technical hurdles. This could hinder adoption and satisfaction among users if not addressed promptly.
Moreover, the need for better documentation and examples tailored to specific use cases (like custom code generation) is evident from user inquiries. Addressing these issues could enhance user experience and broaden the framework's applicability across different domains and projects.
The analysis of the pull requests (PRs) for the MetaGPT project reveals a total of 46 open PRs, with a mix of bug fixes, feature enhancements, and integrations with external APIs. The recent activity indicates a focus on improving functionality and addressing existing issues, particularly around API integrations and role functionalities.
PR #1460: fixbug: qianfan timeout
Created 3 days ago. This PR adds a timeout
parameter to the Qianfan provider API to enhance its reliability. It is currently open and has received comments regarding code coverage.
PR #1459: fixbug: recovered role can't observe new message
Created 3 days ago. This PR addresses an issue where a recovered role fails to observe new messages. It is also open and has been noted for having full test coverage.
PR #1457: Integrated Milvus with MetaGPT
Created 4 days ago. This significant update integrates the Milvus vector database into MetaGPT, enhancing its data handling capabilities.
PR #1454: ai-write-paper
Created 5 days ago. This PR introduces features for intelligent writing tasks at the document level, although it remains unclear if it will be merged due to its complexity.
PR #1452: feat: + python <3.12
Created 6 days ago. This PR updates Python version requirements in the setup files, ensuring compatibility with newer versions.
PR #1450: feat(bedrock): Temporary AWS credentials via env vars + supported models update
Created 7 days ago. This PR enhances AWS integration by allowing temporary credentials through environment variables and updates supported models.
PR #1446: Adding Unify AI Support
Created 12 days ago. This PR adds support for Unify AI, enabling users to access multiple AI models with a single API key.
PR #1442: fix bug: qianfan_api.py _achat_completion_stream add request_timeout
Created 17 days ago. This PR fixes a timeout issue in the Qianfan API's asynchronous completion stream.
PR #1441: Minion
Created 17 days ago. This PR introduces a new design for a "Minion" agent within the framework.
PR #1413: Added support for the HyDE method in query analysis for RAG plates
Created 29 days ago. This PR enhances the RAG module by adding query analysis capabilities using the HyDE method.
PR #1444: Update Action graph Version 0.1.2
Created 15 days ago. This PR updates the action graph used in various tasks within MetaGPT.
PR #1440: Rm sk agent
Created 17 days ago. This PR removes an unused agent from the codebase, which helps streamline functionality.
PR #1434: 新增流式输出的例子,使用fast api和sse,将大模型的输出实时推送到客户端(浏览器)
Created 20 days ago. This PR adds an example of streaming output using FastAPI and SSE.
PR #1421: feat: + write code only
Created 26 days ago. This feature allows engineers to write code directly without additional context or prompts.
PR #1415: feat: +git commit history
Created 29 days ago. This PR synchronizes GitLab repository history features into MetaGPT.
16-46 (Various other open PRs): These include enhancements, bug fixes, and integrations with different APIs and functionalities aimed at improving the overall performance and usability of MetaGPT.
The current landscape of open pull requests in the MetaGPT project reveals several key themes:
A significant number of recent pull requests focus on fixing bugs related to existing functionalities, particularly around API integrations (e.g., Qianfan, AWS Bedrock). For instance, PRs like #1460 and #1459 address critical bugs that could impact user experience significantly if not resolved promptly.
There is a strong emphasis on adding new features that enhance the capabilities of MetaGPT, such as integrating new databases (Milvus) or supporting additional AI models (Unify AI). These additions are crucial as they expand the project's versatility and applicability in real-world scenarios.
Several pull requests aim at improving code quality through refactoring or updating dependencies (e.g., PRs #1452 and #1440). Maintaining clean and up-to-date code is essential for long-term project sustainability, especially as more contributors join the project.
The active discussion around many pull requests indicates a healthy level of community engagement, with contributors providing feedback on each other's work (e.g., comments on naming conventions and code structure). However, some older pull requests remain unmerged or have stalled discussions, which may indicate areas where more focused attention is needed to drive them towards completion.
Multiple pull requests have raised concerns about code coverage, particularly those flagged by Codecov comments (e.g., PRs #1460 and #1459). Ensuring adequate test coverage is vital for maintaining software quality as new features are added or existing ones are modified.
While there are numerous open pull requests, there appears to be a lack of recent merge activity for some older ones (e.g., several from over a month ago). This could suggest bottlenecks in review processes or resource allocation that may need addressing to ensure timely integration of contributions into the main branch.
Overall, the current state of pull requests in MetaGPT reflects an active development environment focused on enhancing functionality while addressing existing issues effectively. Continued attention to merging older pull requests and maintaining high test coverage will be essential as the project evolves further.
better629
莘权 马
iorisa
HuiDBK
hgftrdw45ud67is8o89
didiforgithub
Others (e.g., Jacksonxhx, wangwenju269, etc.)
The development team is engaged in continuous improvement of the MetaGPT project, with a strong emphasis on collaboration and responsiveness to issues raised within the community. The recent activities reflect a proactive approach to both feature development and bug resolution.