aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-07-09 21:28:35 +0800
committerGitHub <noreply@github.com>2024-07-09 21:28:35 +0800
commit48cb8381eae03aa45b34fa79f4e0037f6a5c0225 (patch)
tree88a4c333013ad92a0bd99d0b59feae9231f15243 /README.md
parent02e335c99526fe52dee0d0a016aee6bf62d874c2 (diff)
downloadllm-functions-docker-48cb8381eae03aa45b34fa79f4e0037f6a5c0225.tar.gz
feat: remove todo-js/todo-py and rename todo-sh to todo (#68)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index cccf5f5..32e2c40 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,8 @@ execute_command.sh
- Create a `./agents.txt` file with each agent name on a new line.
```
-todo-sh
-#todo-js
-#todo-py
+todo
+#demo
```
- Run `argc build` to build functions declarations files (`functions.json`) and binaries (`./bin`) for tools and agents.