This commit is contained in:
2026-03-24 18:07:22 +08:00
parent e062368ef2
commit 9a16f738d8
121 changed files with 8904 additions and 3940 deletions
+12
View File
@@ -0,0 +1,12 @@
# Tools 模块
## 作用
提供可被 Agent 调用的工具实现。
## 文件
- `calculator.py`:计算器工具
- `rest_api_tool.py`:通用 REST 请求工具
- `sr_api_tool.py`:SR API SQL 查询工具
- `web_search.py`:Web 搜索工具