AgentEvalTool/backend/agenteval/intelligent_eval
sinohqb da7dd434dd perf(intelligent-eval): 修复 N+1 查询和参数名混淆
- expire_stale_running_sessions: 使用单次 JOIN 查询替代 N+1 查询
  将每个会话单独查询最后消息时间改为一次性获取所有 running 会话及其最后消息时间

- submit_report/evals_needing_analyst_nudge: 消除 session/sessions 参数名混淆
  将局部变量 sessions 重命名为 eval_sessions,避免与数据库会话参数 session 混淆

这些改进提升了查询性能并增强了代码可读性。
2026-08-24 01:52:05 +08:00
..
__init__.py feat(intelligent-eval): add backend for OpenClaw-driven intelligent evaluation (tickets 01-04) 2026-08-05 03:18:52 +08:00
config_snapshot.py feat(intelligent-eval): implement config snapshot management (ticket 05) 2026-08-12 10:19:07 +08:00
decision_logs.py feat(intelligent-eval): logical delete for terminal evals 2026-08-21 14:34:04 +08:00
decision.py refactor(intelligent-eval): drop ADR-0008 transitional wrappers, callers use domain 2026-08-21 03:50:44 +08:00
domain.py feat(intelligent-eval): terminal-state discipline watchdogs (ADR-0011) 2026-08-20 14:34:17 +08:00
lifecycle.py perf(intelligent-eval): 修复 N+1 查询和参数名混淆 2026-08-24 01:52:05 +08:00
models.py feat(intelligent-eval): logical delete for terminal evals 2026-08-21 14:34:04 +08:00
read_model.py feat(intelligent-eval): terminal-state discipline watchdogs (ADR-0011) 2026-08-20 14:34:17 +08:00
report.py feat(intelligent-eval): terminal-state discipline watchdogs (ADR-0011) 2026-08-20 14:34:17 +08:00
repository.py refactor(intelligent-eval): 将 _get_raw 改为公开方法 get_including_deleted 2026-08-24 01:37:58 +08:00
scheduler.py refactor(intelligent-eval): 消除 lifecycle.py 和 scheduler.py 中的重复延迟导入 2026-08-24 01:47:47 +08:00
task_queue.py refactor(intelligent-eval): drop ADR-0008 transitional wrappers, callers use domain 2026-08-21 03:50:44 +08:00