AgentEvalTool/backend/agenteval/storage
sinohqb c6b102a9b5 feat(campaigns): add scheduling decision and child-Run spawning
Add the pure scheduling seam (campaign_scheduler.decide_schedule) that, given a
static plan and window-clock offset, decides which plan entries are due and
whether the window ended — mirroring judgement.combine_case_outcome, with
time_scale confined to the clock mapping so it never touches judgement/report.

The campaign_runner shell maps injected elapsed time to a window offset, spawns
due child Runs through the existing EvalEngine.run(existing_run=...) path with
campaign_id + RunTrigger.CAMPAIGN, and persists spawned-entry indices per entry
for idempotent, restart-recoverable progress. No auto loop yet (ticket 03).
2026-07-30 12:06:31 +08:00
..
__init__.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
db.py feat(campaigns): add Campaign persistence and create/query API 2026-07-30 11:56:19 +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(models): add centralized model configuration 2026-07-17 20:02:43 +08:00
repository.py feat(campaigns): add scheduling decision and child-Run spawning 2026-07-30 12:06:31 +08:00