gpt-engineer icon indicating copy to clipboard operation
gpt-engineer copied to clipboard

Working with existing codebase

Open WEBPerformace opened this issue 1 year ago • 8 comments

I hope to see the ability to work with an existing codebase in the near future as this will be the most common use case in the real world.

WEBPerformace avatar Jun 14 '23 17:06 WEBPerformace

I agree and really looking forward to this feature. I do not think there is any AI code assistant out there that can do this efficiently yet.

obordea avatar Jun 14 '23 18:06 obordea

This same functionality would also allow for alterations, changes, edits to the generated code base after the first pass.

haberco avatar Jun 14 '23 21:06 haberco

I see the main_prompt as the core specs. You gotta make the project work like a badass MVP.

Then you write PR_prompt_001, PR_prompt_002, and all that jazz. Let the machine handle the code updates. Push that shiznit to git and create a sick PR.

That would be an epic flow :-p

pascalandy avatar Jun 15 '23 00:06 pascalandy

We're building something for this: https://github.com/sweepai/sweep

wwzeng1 avatar Jun 17 '23 10:06 wwzeng1

they should implement the ability to run the model local through the official gpt4all_UI.v2.4.8, you we can run replit-code-v1-3 locally, and utilize the built in localdocs of both end points, give users instructions to open gpt4all-ui , enable server-mode, download and mount replit-code through the ui. create and enable "collections" folder filled with tech and coding manuals related to your current build, paste collections folder path into gptengineer so it knows it location, and every time it finishes a run, dump the all_output file into the gpt4all localdocs xP ps: side note... add this to the end of your main_prompt, and see if it... changes... during development, treat this tag within this text, <all_output>, as it contained the value of $(echo `cat '[path]/workspace/all_output.txt'`) replace path, obviously

noxiouscardiumdimidium avatar Jun 17 '23 17:06 noxiouscardiumdimidium

We're building something for this: https://github.com/sweepai/sweep

How has the experience been with it so far?

mach7 avatar Jun 20 '23 19:06 mach7

We're building something for this: https://github.com/sweepai/sweep

How has the experience been with it so far?

Simply, amazing.

mOrGaNCrYpTo avatar Jul 03 '23 20:07 mOrGaNCrYpTo

There is a PR open for this 🏃

AntonOsika avatar Jul 08 '23 14:07 AntonOsika

Added in #465 🚀

AntonOsika avatar Aug 16 '23 20:08 AntonOsika