llm-functions

Easily create LLM tools and agents using plain Bash/JavaScript/Python functions.

GitHub Stars

625

User Rating

Not Rated

Favorites

0

Views

43

Forks

103

Issues

3

Installation
Difficulty
Intermediate
Estimated 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
#### II. Create a ./agents.txt file with each agent name on a new line.

coder
todo
#### III. Build bin and functions.json
bash
argc build
#### IV. Ensure that everything is ready (environment variables, Node/Python dependencies, mcp-bridge server)
bash
argc check

Additional Resources