AgentEvalTool/backend/agenteval/storage
sinohqb 8910fd17e0 feat(campaigns): durable scheduler loop with restart recovery and cancel
Add a thin async loop (run_campaign_loop) that ticks on real wall-clock time,
maps elapsed×time_scale to a window offset via the pure decide_schedule, spawns
due child Runs, and marks the campaign COMPLETED at window end. All authority
lives in the DB (started_at, spawned_indices, status), so the app lifespan can
resume every RUNNING campaign on startup without double-spawning and stop all
loops gracefully on shutdown. A failing plan entry is skipped and recorded
rather than wedging the campaign.

Creating a campaign now starts its loop; POST /api/campaigns/{id}/cancel stops
further spawning (completed child Runs are kept); GET /api/campaigns/{id}
reports live progress (window offset, spawned/completed Run counts).
2026-07-30 13:33:10 +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): durable scheduler loop with restart recovery and cancel 2026-07-30 13:33:10 +08:00