Files
2026-03-24 18:07:22 +08:00

13 lines
249 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Tools 模块
## 作用
提供可被 Agent 调用的工具实现。
## 文件
- `calculator.py`:计算器工具
- `rest_api_tool.py`:通用 REST 请求工具
- `sr_api_tool.py`:SR API SQL 查询工具
- `web_search.py`:Web 搜索工具