AgentEvalTool/backend/agenteval/storage
sinohqb aa40c8e0d8
Some checks failed
CI / test (push) Failing after 12s
refactor(campaign): type Campaign.summary as CampaignSummary VO
Campaign.summary was a bare Optional[dict] while RunSummary is a typed VO —
scheduler state (spawned_indices/errors) flowed untyped through
set_/get_summary. Introduce CampaignSummary + SchedulerState (extra=allow,
validate_assignment), mirroring RunSummary; campaign_runner reads/writes the
VO. Also converge the ~10 repeated JSON column get/set pairs onto
_json_dumps/_json_loads helpers, unifying ensure_ascii=False and fixing the
set_modalities ensure_ascii=True trap.
2026-07-31 15:09:10 +08:00
..
__init__.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
db.py refactor(campaign): type Campaign.summary as CampaignSummary VO 2026-07-31 15:09:10 +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 refactor(campaign): type Campaign.summary as CampaignSummary VO 2026-07-31 15:09:10 +08:00