AgentEvalTool/migrations/versions
sinohqb 15c542d92c feat(analysis): two-phase campaign analysis agent with storage and API
Add the analysis role's execution path: a two-phase orchestration
(per-scenario diagnosis gathered in parallel, then a synthesis pass)
that reads the existing campaign report aggregation plus capped failure
samples, validates the LLM's JSON against the report schema, and strips
fabricated run/scenario references before persisting. Results upsert one
row per campaign (generating/completed/failed) with the model config
snapshot; GET/POST /api/campaigns/{id}/analysis expose the state machine,
guarding non-terminal campaigns and missing analysis models with 400s.
2026-08-03 02:06:29 +08:00
..
8e91c70a5d3b_add_model_config_center.py feat(models): add centralized model configuration 2026-07-17 20:02:43 +08:00
15c107310eea_baseline_add_llm_config.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
a3f9c2e71b48_add_analysis_default_to_model_configs.py feat(models): add analysis-default flag for campaign intelligence 2026-08-03 01:46:51 +08:00
a64b2f8c9d10_add_model_metadata.py feat(models): add model capability metadata 2026-07-17 21:41:32 +08:00
b7d4e6f81c22_add_triggered_by_to_eval_runs.py feat(backend): v0.4 triggered_by tracking, login gate, compare guard, dashboard stats 2026-07-28 17:40:54 +08:00
b7e4d3a92c15_add_campaign_analysis_model.py feat(campaign): support per-campaign analysis model override 2026-08-03 01:53:13 +08:00
c8e2f5a7b901_add_version_to_scenarios.py feat(scenario): system-maintained syllabus version (ticket 03) 2026-07-29 10:42:35 +08:00
c8f5e4b13d26_add_campaign_analyses.py feat(analysis): two-phase campaign analysis agent with storage and API 2026-08-03 02:06:29 +08:00
d5b8c2e4f617_add_scenario_version_to_eval_runs.py feat(run): snapshot scenario version at run creation (ticket 04) 2026-07-29 10:59:44 +08:00
df320ecde84f_add_file_management_tables.py v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
e6c3d1a2f809_add_campaigns.py feat(campaigns): add Campaign persistence and create/query API 2026-07-30 11:56:19 +08:00