zabirauf / AutoGPT.js

Auto-GPT on the browser
https://autogptjs.com
MIT License
1.02k stars 177 forks source link

Feature Request: Option to Show/Hide Progress Steps in Autogpt.js #3

Open haquasaiku opened 1 year ago

haquasaiku commented 1 year ago

image Currently, when using the AutoGPT.js project, it's not possible to see which step the program has reached, only whether it's in progress or paused. It would be very helpful if there was an option to show/hide the progress steps, so that if I only executed 1-2 steps, I could skip those steps on the next run. Please consider adding this feature for better usability. Translated by gpt,thank u

ilyasseda commented 1 year ago

same issue for me

zabirauf commented 1 year ago

@haquasaiku , @ilyasseda , is the issue you see that it remains at that screen without showing anything? If that's the case, then it's likely that the loop is still going on but the LLM may not be returning the correct command. Can you open devtools (F12) and then see what are you getting logged in console?

shamoons commented 1 year ago

@zabirauf - it seems like a good option, I can PR and add it?