Let gpt-engineer ask for the prompt, instead of creating a prompt file #604
Replies: 2 comments
-
I've been thinking about optimal flow too. Happy to get your input on reimagining it for the better. What I think we want to support
Proposed CLI flow(command Put all prompt files, memory etc in
CLI optionsShould be simple (and all be optional) and allow for:
Did I miss anything? Anything you don't like? |
Beta Was this translation helpful? Give feedback.
-
Glancing through this while on the move, some great ideas. My two cents:
|
Beta Was this translation helpful? Give feedback.
-
Motivation
As with AutoGPT, most of the work we do with
gpt-engineer
is done by typing responses to its questions. So why not make the entire process like that?Remove the need for me to create a new folder and edit the
prompt
file. Instead, let me simply run:(We can keep this backward compatible with anyone who wants to continue to use the old process.)
Current Behavior
I must copy
projects/example
toprojects/my_new_project
and edit theprompt
file, before runninggpt-engineer
If I had ever run
gpt-engineer
without any arguments before, it might have populated theexample
folder with work, so I need to clear those files.Suggested Behavior
Make it simpler: If I run
gpt-engineer
without a project argument, it will ask:And if there is no
prompt
file in that folder:gpt-engineer
will save the description into theprompt
file, and then continue as usual.Beta Was this translation helpful? Give feedback.
All reactions