MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

ITERATIVE PROGRAMMING WITH EXECUTABLE FEEDBACK

Open RainingSea opened this issue 1 year ago • 3 comments

how the "ITERATIVE PROGRAMMING WITH EXECUTABLE FEEDBACK" in Section 3.3 of the paper is reflected in the code. I set run_tests=true, but it seems the agent did not execute these tests and return the test results to the engineer.

RainingSea avatar Apr 01 '24 03:04 RainingSea

Thank you for paying attention. The main branch is updated too quickly and the corresponding code needs to be refactored. However, the corresponding participants don't have enough time to catch up recently. We'll see if this part of the code can be taken over and merged.

stellaHSR avatar Apr 01 '24 03:04 stellaHSR

The value of --n-round is too small; it's exhausted before entering the QA stage. MetaGPT needs to be provided with these parameters: --run-tests --n-round 20, giving --n-round a larger value.

iorisa avatar Apr 01 '24 07:04 iorisa

ok, I will go try it out, thx

RainingSea avatar Apr 02 '24 16:04 RainingSea