-
Notifications
You must be signed in to change notification settings - Fork 44.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Active Mode #13
Comments
Thank you so much for your contribution. This is an excellent idea. Benefits
This is the main benefit for me, having this direct, in-the-loop, control would allow the user to prevent the AI from wasting time and resources on silly tasks, and keep it on track. SuggestionsI suggest the following format: # Sudo implementation:
user_approval = Input("Approve [Yes/No]:")
if user_approval.lower() == no
reason = Input("Reason:")
# If yes, continue execution, If no, send to AI "Request Denied by user with reason: {reason}".
... Would you be interested in implementing this? |
Picking this one up. |
I think this idea might be improved a bit. |
@leoxs22 While 'Active Mode` is more of a 'co-pilot', I think asking users for interactions is a promising extension of Continuous Mode. I created a new issue to explore this idea. 👇 |
Implemented in #133 |
Ability to add your own API key
Summary
I would like to suggest a new feature called "Active Mode," which enables the AI to run while actively prompting the user with chain-of-thought questions when executing each subsequent action. This allows users to actively participate while the AI agent runs, ensuring a human-in-the-loop experience.
Background
Currently, there is a feature called "Continuous Mode," which allows the AI to run without user authorization and is 100% automated. However, this mode is not recommended due to its potential dangers, such as running indefinitely or performing actions that users might not approve.
To mitigate these risks and enhance user engagement, I propose a new feature called "Active Mode."
Feature Description
In "Active Mode," the AI will:
This interaction pattern ensures that users have control over the AI's actions while still benefiting from its capabilities. It also fosters a more collaborative environment between the user and the AI system.
Examples
Benefits
Risks and Mitigations
Request for Comments
I would appreciate feedback from the community on this suggested feature. Please share your thoughts, suggestions, and any potential concerns you may have.
The text was updated successfully, but these errors were encountered: