From 2f938034c357a1c3f2cc9902ad8e5a250b544695 Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 12 Jul 2024 23:51:00 +0000 Subject: chore: update readme --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5094977..8fa13c4 100644 --- a/README.md +++ b/README.md @@ -28,22 +28,22 @@ git clone https://github.com/sigoden/llm-functions ``` get_current_weather.sh -execute_command.sh -#execute_py_code.py +execute_py_code.py +search_tavily.sh ``` - Create a `./agents.txt` file with each agent name on a new line. ``` +coder todo -#demo ``` -- Run `argc build` to build functions declarations files (`functions.json`) and binaries (`./bin`) for tools and agents. +- Run `argc build` to build tools and agents **3. Configure your AIChat:** -Symlink this repo directory to aichat **functions_dir**: +Symlink this repo directory to AIChat **functions_dir**: ```sh ln -s "$(pwd)" "$(aichat --info | grep -w functions_dir | awk '{print $2}')" @@ -51,8 +51,6 @@ ln -s "$(pwd)" "$(aichat --info | grep -w functions_dir | awk '{print $2}')" argc install ``` -AIChat will automatically load `functions.json` and execute commands located in the `./bin` directory based on your prompts. - **4. Start using your functions:** Now you can interact with your LLM using natural language prompts that trigger your defined functions. -- cgit v1.2.3