AgentGPT
AgentGPT copied to clipboard
✨ Slider for speed in settings
As a user, I'd like to control the speed at which the agent runs. Sometimes it does too many things too quickly, making it hard to keep up.
How the "Speed" currently works is based on AutonomousAgent.ts. There are timeouts between thinking and executing steps. These should be kept track of as state and editable within the settings menu
I agree. I have noticed a similar problem with AutoGPT CLI. I would like to try and solve this issue.
Added you as the assignee :)
@asim-shrestha, can you please explain a little bit more about it?
- in
AutonomousAgent.ts
there is a variableconst RETRY_TIMEOUT = 2000;
. show i make this as a state??? and give option to users in setting to change this??
is this what you want?? or something else??
Hey @asim-shrestha, I would like to work on this, could you assign me?