ForcePilot/backend/package/yuxi/agents/toolkits
Kris 077de8e6d6 feat(agent-toolkit): add web search and crawl built-in toolkits
实现了完整的网页搜索与抓取内置工具集:
1. 新增搜索工具链:支持SearXNG与Tavily多Provider降级、滑动窗口限流、统一结果格式
2. 新增网页抓取工具:单页抓取、站点递归抓取、内容入库知识库功能
3. 完善安全防护:SSRF校验、robots.txt合规、请求限流
4. 自动注册工具到系统注册表,无需额外配置即可使用
2026-06-22 21:20:02 +08:00
..
buildin feat(agent-toolkit): add web search and crawl built-in toolkits 2026-06-22 21:20:02 +08:00
debug refactor: 优化代码结构 将 yuxi.agents.common 移动到 yuxi.agents 2026-03-24 11:09:51 +08:00
kbs style: code format 2026-05-31 13:40:15 +08:00
__init__.py refactor: 迁移 mysql reporter 到技能脚本 2026-06-06 14:04:48 +08:00
registry.py feat: 知识库工具注册分类体系,ToolsCardList 展示 knowledge 分类 2026-05-26 17:39:13 +08:00
service.py feat: 新增外部系统工具加载能力,补充数据库初始化和异常处理 2026-06-20 22:17:20 +08:00
utils.py refactor: typo 将 gen_tool_info 函数重命名为 get_tool_info 2026-03-24 11:09:53 +08:00