Skip to content

Commit

Permalink
Update MetaGPT X Technical Report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaHSR authored Aug 21, 2024
1 parent 7b4f466 commit 3601012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blog/swebench/MetaGPT X Technical Report.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ We have developed multi-agent systems to address complex issue-solving tasks, in

1. **Multi-agent collaboration**: Agents collaborate to declare tasks, tools, and symbols, solving them independently. This approach enhances issue resolution success and enables the handling of more complex problems.
2. **SOP (Standard Operating Procedure) generation**: Agents autonomously gather problem-solving data to construct and refine SOPs. Agents automatically design and construct problem-solving workflows for different tasks by building a graph based on task scale, problem similarity, and prior problem-solving experience. They then use the graph solver to generate and iterate on SOPs, ensuring that each step is optimized for efficiency and effectiveness.
3. **Trajectory fine-tuning based on feedback**: Throughout the issue-solving process, agents generate comprehensive trajectories based on tool usage decisions informed by environmental feedback, covering symbol retrieval, generation, and testing. These trajectories can be harnessed to refine LLM capabilities in complex software engineering scenarios, suggesting that further fine-tuning could enhance the agents' ability to autonomously plan and analyze challenges within software development contexts.
3. **Fine-tuning based on trajectory and feedback**: Throughout the issue-solving process, agents generate comprehensive trajectories based on tool usage decisions informed by environmental feedback, covering symbol retrieval, generation, and testing. These trajectories can be harnessed to refine LLM capabilities in complex software engineering scenarios, suggesting that further fine-tuning could enhance the agents' ability to autonomously plan and analyze challenges within software development contexts.

## Acknowledgments

Expand Down

0 comments on commit 3601012

Please sign in to comment.