AgentEvalTool/backend/agenteval/exploration
sinohqb 160332665e
Some checks failed
CI / test (push) Failing after 12s
refactor(exploration): absorb settlement.py into ExplorationSessionRepository
将 settlement.py 的 settle_campaign_sessions 函数吸收为
ExplorationSessionRepository.expire_running_sessions 方法。删除浅模块
settlement.py(30 行,接口宽如实现),会话生命周期操作集中在 repository。

- 新增 ExplorationSessionRepository.expire_running_sessions(campaign_id)
- 更新 campaigns.py 和 campaign_runner.py 两个调用点
- 删除 backend/agenteval/exploration/settlement.py
- 所有测试通过,行为不变
2026-08-04 13:28:23 +08:00
..
__init__.py feat(exploration): session lifecycle endpoints with platform hard guardrails 2026-08-03 17:35:17 +08:00
errors.py refactor(exploration): move ledger and state machine into domain modules 2026-08-04 03:46:51 +08:00
judge.py refactor(tasks): route LLM background tasks through TaskRegistry 2026-08-04 09:58:20 +08:00
lifecycle.py refactor(exploration): move ledger and state machine into domain modules 2026-08-04 03:46:51 +08:00
models.py feat(campaigns): exploration seed set and budget config per campaign 2026-08-03 17:52:25 +08:00
patrol.py refactor(exploration): move ledger and state machine into domain modules 2026-08-04 03:46:51 +08:00
summary.py chore(v0.9): wrap over-length lines and record spec rulings 2026-08-04 02:52:45 +08:00