huangd1999 / AgentCoder

This Repo is the official implementation of AgentCoder and AgentCoder+.
238 stars 50 forks source link

How to use #7

Open matthieudelaro opened 3 months ago

matthieudelaro commented 3 months ago

Hello,

thanks for sharing this code. Is it intended to edit existing code, and if so, how to make it do so ?

For example, assuming that there is code in folder /repo, how to make it work on the topic Fix DivisionByZeroException when call function greaterDivisionOperator() ?

Thanks and have a good day ;)

huangd1999 commented 3 months ago

Hi,

I think applying AgentCoder to address existing code may have little revision, e.g., extracting code from greaterDivisionOperator and feeding it into Programmer and Test Designer.

Currently I am focusing on the NeurIPS rebuttal for AgentCoder and our other papers, I may need lots of days to work on this. I expect to be able to return to this project and provide more detailed thoughts and suggestions after 10 days.

In the meantime, please feel free to proceed with extracting the relevant code sections and experimenting with feeding them to the Programmer and Test Designer. It would be great if you could document your process and findings, so we can discuss them in more depth once I'm able to fully focus on this project again.