-
-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added tmux terminal tool, major tools refactor (#86)
* feat: added tmux terminal tool for long-running and interactive commands, also general tool cleanup * fix: added auto-register of tools' block types, changed block args to list[str], forked append out of save tool, refactored/improved tmux terminal tool * fix: streamlined prompt generation from tools, refactor checks for tool availability (e.g. browser), created minimal `read` and `gh` tools for prompting alone * tests: added minimal test_config.py * fix: fixed bug with openai
- Loading branch information
Showing
16 changed files
with
524 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.