AgentEvalTool/backend
sinohqb 71d38ebef6
All checks were successful
CI / test (push) Successful in 3m57s
fix(intelligent-eval): settle stale tasks of finished evals
任务队列出现'评估已 completed 却有待认领/执行中任务'的残留:评估离开
executing 后,其 pending/assigned 任务无人清理(requeue_stale_assigned_tasks
只处理 executing 评估的 assigned,评估结束被跳过)。

- 新增 task_queue.settle_tasks_for_finished_evals:评估非 executing 时,
  其 pending/assigned 任务回收为 completed;executing 评估的任务保留
- scan loop 每 60s 在 requeue+scan 后调用清理
测试:+1(已结束评估的 pending/assigned 回收、executing 保留、幂等),901 passed
2026-08-18 16:04:46 +08:00
..
agenteval fix(intelligent-eval): settle stale tasks of finished evals 2026-08-18 16:04:46 +08:00
cli refactor(report): split report generation from pure rendering 2026-07-31 10:19:04 +08:00
plugins/openclaw fix(intelligent-eval): respect time-window slot distribution + flat scores 2026-08-18 13:43:14 +08:00