sigoden / llm-functions

Easily create LLM tools and agents using Bash/JavaScript/Python, also a library of commonly used LLM tools and agents.
MIT License
166 stars 22 forks source link

some tips for debugging the output of a bash tool #107

Closed blob42 closed 2 weeks ago

sigoden commented 2 weeks ago

Instead of calling the tools script directly, we provide a dedicated argc command for debugging tools

argc run@tool execute_command.sh 
argc run@agent todo list_todos
blob42 commented 1 week ago

Didn't notice it thanks