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

feat: tools.txt/agents.txt support comments #50

Closed sigoden closed 3 months ago

sigoden commented 3 months ago
# todos.txt
get_current_time.sh
get_web_page.sh
#may_execute_command.sh
save_file.sh
get_current_weather.sh
# agents.txt
todo-sh
#todo-py

close #47