aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2025-01-17 20:35:37 +0800
committersigoden <sigoden@gmail.com>2025-01-17 20:35:37 +0800
commite4f85a056cdd2081374e3923af660942363f1133 (patch)
tree19fd37a4980edda2c8e543d37b1675606c5a8ccc /README.md
parentd15853544d6d8bbda1809740245b3aadaf4712ec (diff)
downloadllm-functions-docker-e4f85a056cdd2081374e3923af660942363f1133.tar.gz
chore: update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4311ebc..88c36a6 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ argc build
Symlink this repo directory to AIChat's **functions_dir**:
```sh
-ln -s "$(pwd)" "$(aichat --info | grep -w functions_dir | awk '{$1=""; print substr($0,2)}')"
+ln -s "$(pwd)" "$(aichat --info | sed -n 's/^functions_dir\s\+//p')"
# OR
argc install
```
@@ -189,6 +189,12 @@ Refer to [./agents/demo](https://github.com/sigoden/llm-functions/tree/main/agen
- [mcp/server](https://github.com/sigoden/llm-functions/tree/main/mcp/server): Let LLM-Functions tools/agents be used through the Model Context Protocol.
- [mcp/bridge](https://github.com/sigoden/llm-functions/tree/main/mcp/bridge): Let external MCP tools be used by LLM-Functions.
+## Documents
+
+- [Tool Guide](https://github.com/sigoden/llm-functions/blob/main/docs/tool.md)
+- [Agent Guide](https://github.com/sigoden/llm-functions/blob/main/docs/agent.md)
+- [Argc Commands](https://github.com/sigoden/llm-functions/blob/main/docs/argcfile.md)
+
## License
The project is under the MIT License, Refer to the [LICENSE](https://github.com/sigoden/llm-functions/blob/main/LICENSE) file for detailed information.