ShellTool #73
bniladridas
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Added ability for the RAG assistant to execute shell commands using the new
SHELL:tool, enabling git operations and other command-line tasks directly from the TUI.Features
SHELL:tool - Execute any shell command viaSHELL: <command>prefixTesting Commands and Outputs
Test 1: Python Script with SHELL Prefix
Output:
Test 2: ToolExecutor Direct Tests
Output:
Test 3: TUI Natural Language
Test 4: Direct Tool Prefix in TUI
Implementation Files
src/rag/tools.py- SHELL tool implementation with_execute_shell()methodsrc/rag/rag_engine.py- Tool execution logic and prompt updatesskill.asc- LLM system instructions with SHELL tool documentationREADME.asc- Documentation with examplesStatus
Complete - Merged to main (commit 183acc7)
Related: Issue #72
All reactions