GitHub Stars
625
User Rating
Not Rated
Favorites
0
Views
43
Forks
103
Issues
3
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:argc: Latest version
jq: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/sigoden/llm-functions
cd llm-functions
2. Create Tools and Agents
#### I. Create a./tools.txt file with each tool filename on a new line.
get_current_weather.sh
execute_command.sh
#execute_py_code.py
./agents.txt file with each agent name on a new line.
coder
todo
bin and functions.json
bash
argc build
bash
argc check