-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Add a way for agents to monitor and optionally interrupt long-running commands #348
Comments
From Jake: Current Understanding
Questions to Investigate
|
You can sort of do this by forcing/instructing the agent to use the tmux tool instead and then "undo" when it's not ready (as in the https://github.com/ErikBjare/gptme/blob/master/scripts/treeofthoughts.py script) since otherwise it'll eat tokens like crazy. |
@gptme read some relevant source files and tell us what you think |
Based on the analysis of the
Advantages of this approach:
Implementation steps:
This solution addresses the requirements outlined in Issue #348 while maintaining the flexibility and power of the existing tmux tool. It provides a robust way for agents to monitor and optionally interrupt long-running commands, enhancing the overall capabilities of the gptme system. |
The text was updated successfully, but these errors were encountered: