ForcePilot/backend/package/yuxi/agents
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
..
backends fix: 修复安全预警依赖与路径校验 2026-06-05 23:46:06 +08:00
buildin fix: 调整智能体模型默认解析 2026-06-11 22:48:28 +08:00
mcp fix: 移除退役内置 MCP 默认项 2026-06-03 22:12:13 +08:00
middlewares refactor(skills): 移动SkillRepository到repositories层 2026-06-20 21:03:29 +08:00
skills refactor(skills): 移动SkillRepository到repositories层 2026-06-20 21:03:29 +08:00
toolkits feat(agent-toolkit): add web search and crawl built-in toolkits 2026-06-22 21:20:02 +08:00
__init__.py fix: 调整智能体模型默认解析 2026-06-11 22:48:28 +08:00
base.py style: code format 2026-06-03 18:55:34 +08:00
context.py feat: 新增外部系统工具加载能力,补充数据库初始化和异常处理 2026-06-20 22:17:20 +08:00
models.py chore(release): 发布 0.7.0 正式版 2026-06-13 01:02:43 +08:00
state.py feat: 重构子智能体运行链路 2026-06-01 22:28:45 +08:00