aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-07-30 15:09:18 +0800
committerGitHub <noreply@github.com>2024-07-30 15:09:18 +0800
commit3e8b7b2e4528074594c5c27bea663aec4c517e21 (patch)
tree1505949cd4acc1f1e049c48cb87a5846096ca6fa /README.md
parent213d1b3fd72d2572050402b6be25cad590a9cb95 (diff)
downloadllm-functions-docker-3e8b7b2e4528074594c5c27bea663aec4c517e21.tar.gz
refactor: demo agent with `LLM_AGENT_VAR_*` (#82)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ad45e49..90ba392 100644
--- a/README.md
+++ b/README.md
@@ -140,7 +140,7 @@ documents:
- https://example.com/remote-file.txt
```
-Refer to `./agents/todo-{sh,js,py}` for examples of how to implement a agent.
+Refer to [./agents/demo](https://github.com/sigoden/llm-functions/tree/main/agents/demo) for examples of how to implement a agent.
## License