ForcePilot/server
jonasHanhan 3a75b75bfd fix: multiple Human in the loop approvals getting stuck (#453)
Add check_and_handle_interrupts call to resume_agent_chat function
to make it consistent with the main chat flow.

Root cause:
- Main chat flow checks for pending interrupts after stream ends
- Resume flow was missing this check
- When a new interrupt was triggered after resume, frontend never
  received the new approval request

Fix:
- Add the same interrupt detection logic after stream ends in resume flow
2026-01-15 16:21:00 +08:00
..
routers fix: multiple Human in the loop approvals getting stuck (#453) 2026-01-15 16:21:00 +08:00
services feat(evaluation): 新增RAG评估功能模块 2025-12-09 16:21:18 +08:00
utils feat: 实现MCP服务以统一业务逻辑和状态管理 2026-01-14 20:16:51 +08:00
main.py feat(server): 添加访问日志中间件并优化日志配置 2025-12-17 22:55:12 +08:00