feat: add tool manager capability

This commit is contained in:
2026-06-22 10:30:12 +08:00
parent 99c1e9cd6c
commit 32c4fcf3a8
11 changed files with 590 additions and 46 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
set -e
cd "$(dirname "$0")"
TOOLS=(datetime weather amap web_search fetch_page memories)
TOOLS=(datetime weather amap web_search fetch_page memories tool_manager)
echo "=== 构建工具 ==="
for tool in "${TOOLS[@]}"; do