richardyc / Chrome-GPT

An AutoGPT agent that controls Chrome on your desktop
GNU General Public License v3.0
1.66k stars 208 forks source link

Non-continuous mode (asks for review/change intent) #3

Closed DamascusGit closed 1 year ago

DamascusGit commented 1 year ago

Can you port over the semi/non-continuous mode features from the auto-gpt repo to this, so we can change the model's task/directives/direction every N responses?

richardyc commented 1 year ago

Added for auto-gpt agent. Usage: python -m chromegpt -v -a auto-gpt --human-in-loop -t "{your request}"

DamascusGit commented 1 year ago

can we set this to loop a certain amount of times during the input? like can I do -N 5 during the input to let it run freely for 5 inferences? or perhaps trigger human intervention with a keypress during the autoloop?