refactor: demo agent with LLM_AGENT_VAR_* (#82)

This commit is contained in:
sigoden
2024-07-30 15:09:18 +08:00
committed by GitHub
parent 213d1b3fd7
commit 3e8b7b2e45
3 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -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