zabirauf / AutoGPT.js

Auto-GPT on the browser

Home Page:https://autogptjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

haquasaiku opened this issue · comments

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

same issue for me

@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?

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