-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can metagpt show more comparison with AgileCoder #1532
Comments
Hi CoderYiFei, Thank you for your suggestion regarding a comparison with AgileCoder. I believe Agile(https://en.wikipedia.org/wiki/Agile_software_development) is a great development methodology, particularly emphasizing feedback-based iteration and incremental improvement, which can significantly enhance software quality. It would be valuable to test and verify how well this approach works within an LLM-based multi-agent framework. From both the paper and code, it seems that AgileCoder builds on ChatDev by incorporating roles like Testers and Scrum Masters, as well as prompts to manage the development flow. These additions are likely helpful for software development tasks which we haven't integrated right now. However, it seems they are still static and involve one-off code generation. I haven't yet seen a complete workflow for finer-grained development and continuous iterative improvement. If you could point out the relevant parts of their code in this regard, that would be very helpful. I'm open to further discussing a comparison or benchmark focused on incremental development scenarios specific to software features, or adding related capabilities to MetaGPT. If you're interested, we could discuss here about how to define and set up an evaluation process for these comparisons. Looking forward to your thoughts! |
For comparing metrics, I am hoping 1.0 's version released soon, so that , we can discuss evaluation process and more adding to Metagpt, more effectively For AgileCoder's paper , I haven't yet seen a complete workflow for finer-grained development and continuous iterative improvement either , and will do more research this weekend... |
I think this is a great idea. |
AgileCoder:
https://github.com/FSoft-AI4Code/AgileCoder
The text was updated successfully, but these errors were encountered: