normal-computing / fuji-web

Fuji is an AI agent that lives in your browser's sidepanel. You can now get tasks done online with a single command!
Apache License 2.0
193 stars 13 forks source link

Step-by-step mode vs autonomous mode #139

Open mondaychen opened 2 months ago

mondaychen commented 2 months ago

Add an option so the user can have the option to confirm each step before executing. It feels safer to user especially for tasks that are not reversible (placing order, deleting item, etc.) During task execution, user can "stop" a task which terminates the current task. We should support "pause" so that user can pause the current task execution after it performs an action, and can then resume. This will make #91 easier to do too.

Need to confirm on UI design before proceeding.