AgentEvalTool/backend/agenteval/storage
sinohqb f3a528611e refactor(tasks): route LLM background tasks through TaskRegistry
架构保养第二轮候选 1:分析 / 周期对比 / judge 复核三条 LLM 任务链
收进各自的模块级 TaskRegistry(强引用防 GC、按 id 幂等、shutdown
统一收敛),删除 judge 的 _BACKGROUND_TASKS 私货,start_* 不再返回
无人消费的 Task。启动清理块补两笔 orphan 清扫:滞留的 generating
分析与对比行标记为 failed,与僵尸运行清扫同构。新增 7 个单测。
2026-08-04 09:58:20 +08:00
..
__init__.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
db.py feat(exploration): stateless patrol API with watermark increments 2026-08-03 18:12:11 +08:00
file_repository.py refactor(files): harden storage and split frontend 2026-07-17 17:41:19 +08:00
file_storage.py refactor(files): harden storage and split frontend 2026-07-17 17:41:19 +08:00
model_config_repository.py feat(analysis): two-phase campaign analysis agent with storage and API 2026-08-03 02:06:29 +08:00
repository.py refactor(tasks): route LLM background tasks through TaskRegistry 2026-08-04 09:58:20 +08:00