Metona Dev
a9c56582d0
fix: 工具执行 IPC 卡死问题 — 多层超时保护
问题:确认工具操作后 Agent Loop 卡死在'正在思考中',工具未执行。
修复:
- tool-registry.ts: executeTool() 新增 25 秒 IPC 硬超时
- agent-engine.ts: executeTool 内部 .catch 捕获异常,防止 reject 逃逸
- ipc.ts: tool:execute handler 外层 try-catch 确保始终返回响应
- 全链路添加 console.log 便于排查
2026-04-06 20:41:56 +08:00
..
2026-04-06 20:41:56 +08:00
2026-04-06 03:21:05 +08:00
2026-04-06 15:31:28 +08:00
2026-04-06 13:29:43 +08:00
2026-04-06 13:29:43 +08:00
2026-04-06 13:29:43 +08:00
2026-04-06 03:21:05 +08:00
2026-04-06 03:04:20 +08:00