AgentEvalTool/backend/agenteval/exploration
sinohqb df76edcf55
Some checks failed
CI / test (push) Failing after 33s
refactor(exploration): move ledger and state machine into domain modules
架构保养候选 3:探索生命周期的账本规则与状态机从 HTTP 层落入
exploration/lifecycle.py(open/conduct/close)与 patrol.py(巡检读模型),
违规改用类型化领域异常(NotFound/Guardrail/Channel),router 瘦回纯
HTTP 翻译(404/409/502 映射),领域层不再依赖 fastapi,可脱离
TestClient 直测(新增 12 个单元测试)。
2026-08-04 03:46:51 +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 chore(v0.9): wrap over-length lines and record spec rulings 2026-08-04 02:52:45 +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
settlement.py feat(exploration): expire dangling sessions on campaign finalize 2026-08-04 01:23:37 +08:00
summary.py chore(v0.9): wrap over-length lines and record spec rulings 2026-08-04 02:52:45 +08:00