AgentGPT icon indicating copy to clipboard operation
AgentGPT copied to clipboard

✨ Slider for speed in settings

Open asim-shrestha opened this issue 1 year ago • 4 comments

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

asim-shrestha avatar Apr 23 '23 07:04 asim-shrestha

I agree. I have noticed a similar problem with AutoGPT CLI. I would like to try and solve this issue.

rp-bot avatar Apr 23 '23 18:04 rp-bot

Added you as the assignee :)

asim-shrestha avatar Apr 23 '23 19:04 asim-shrestha

@asim-shrestha, can you please explain a little bit more about it?

  • in AutonomousAgent.ts there is a variable const 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??

abhithory avatar Jun 29 '23 17:06 abhithory

Hey @asim-shrestha, I would like to work on this, could you assign me?

F1nn-T avatar Aug 05 '24 09:08 F1nn-T