ForcePilot/backend/test/unit
supreme0597 ef75bd262f fix(backend): 统一为本地及MCP动态工具注入handle_tool_error容错
- 在 mcp_service 的 get_mcp_tools 加载出口全局设置 tool.handle_tool_error = True
- 在 toolkits registry 的 @tool 装饰器中对本地工具默认开启 handle_tool_error = True
- 修复因 MCP/本地工具内部执行出错抛出 ToolException 时击穿流服务导致 crash 的 bug
- 新增两个单元测试进行完备性验证
2026-05-25 17:32:48 +08:00
..
backends feat: 添加文件状态标记功能,处理缺失 markdown_file 的情况 2026-05-06 16:59:26 +08:00
graphs feat(test): 重组测试目录结构为 integration/unit/e2e 三层架构 2026-03-30 15:24:47 +08:00
knowledge/eval feat: 优化评估基准生成,支持仅使用 commonrag/Milvus 知识库,调整参数配置 2026-05-06 22:12:09 +08:00
middlewares fix(summary): 修复对话摘要中间件的工具结果卸载链路,修正路径拼接错误并补充单元测试 2026-04-12 23:38:13 +08:00
plugins fix(parser): 修复 Docling 图片异常占位回填 2026-05-12 10:17:44 +08:00
routers refactor(security): 针对普通用户采用安全白名单投影过滤技能与MCP元数据 2026-05-22 14:15:31 +08:00
server refactor(models): 重构模型配置[WIP] 2026-04-25 23:58:01 +08:00
services fix(backend): 统一为本地及MCP动态工具注入handle_tool_error容错 2026-05-25 17:32:48 +08:00
storage feat(test): 重组测试目录结构为 integration/unit/e2e 三层架构 2026-03-30 15:24:47 +08:00
toolkits fix(backend): 统一为本地及MCP动态工具注入handle_tool_error容错 2026-05-25 17:32:48 +08:00
test_auth_utils.py fix: 修复身份认证绕过问题 2026-05-04 09:33:47 +08:00
test_chunking_token_limit.py fix(knowledge): 修复 general parser 分块超限导致 LightRAG 索引失败 2026-05-01 22:31:58 +08:00
test_package_import.py chore(release): bump version to 0.6.1 2026-04-24 19:32:16 +08:00