nus-apr / auto-code-rover

A project structure aware autonomous software engineer aiming for autonomous program improvement. Resolved 30.67% tasks (pass@1) in SWE-bench lite with each task costs less than $0.7.
Other
2.37k stars 236 forks source link

Why have you implemented your tool from scratch instead of using existing frameworks like AutoGPT or Baby AGI? #48

Open ramsey-coding opened 1 month ago

ramsey-coding commented 1 month ago

I noticed that the AutoCodeRover has been implemented from scratch. There are several existing frameworks, such as AutoGPT and Baby AGI, that provide robust functionality for creating LLM-based agents. These frameworks could potentially save development time and leverage existing solutions for common challenges.

Could you please provide more details on the rationale behind the decision to develop this from scratch? Specifically, I am curious to know:

Understanding these points would be really helpful in appreciating the design choices and the potential advantages of the custom implementation.

Thank you!