ForcePilot/backend/package/yuxi
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
..
agents fix(backend): 统一为本地及MCP动态工具注入handle_tool_error容错 2026-05-25 17:32:48 +08:00
config fix(config): 修正默认模型为 v2版本 2026-04-27 09:15:18 +08:00
knowledge fix(knowledge): 在 LITE_MODE 下安全跳过不支持的知识库类型,防止 API 崩溃 2026-05-24 13:48:51 +08:00
models feat(model): 更新 DeepSeek 模型版本至 V4-Flash,调整相关文档和配置 2026-04-26 21:04:57 +08:00
plugins fix(parser): 修复 Docling 图片异常占位回填 2026-05-12 10:17:44 +08:00
repositories 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 refactor: 增强模型提供程序管理和 UI 组件 2026-04-26 19:59:15 +08:00
utils refactor(eval): 重构评估指标和基准生成 2026-05-06 18:04:31 +08:00
__init__.py chore(release): bump version to 0.6.1 2026-04-24 19:32:16 +08:00
main.py refactor: 将后端代码迁移至 backend 目录 2026-03-24 11:08:12 +08:00