Commit Graph

4 Commits

Author SHA1 Message Date
Deploy Bot
897b95072b fix(dashboard): deduplicate modal model list via set + normalize API names
- load(): normalize ollama-cloud/* names to short form, deduplicate with Set
- Prevents double entries when cache adds short names alongside API full names
2026-05-28 12:50:49 +01:00
Deploy Bot
15ff887788 fix(dashboard): prevent column reset on evolve-agent reload
- Remove localStorage wipe before mergeCachedResults() — was deleting
  cached research results when Evolve button triggered load()
- mergeCachedResults(): only fill gaps (existing===undefined||0), never
  override scores from DB — prevents stale cache from shadowing live data
2026-05-28 12:24:40 +01:00
Deploy Bot
56eb5c7eb6 fix(dashboard): new model columns now appear after live research
- updateCell(): auto-create agent entry in reportData.agents if missing
- updateCell(): add model to allAvailableModels for modal checkboxes
- mergeCachedResults(): auto-create agent entry, normalize model names via modelShort()
- mergeCachedResults(): add new models to allAvailableModels for modal picker
- MODEL_BENCHMARKS: add deepseek-v4-pro (was missing, only had deepseek-v4-pro-max)
2026-05-28 12:05:25 +01:00
Deploy Bot
b95fd41587 feat(evolution): add real-fit dashboard, API, report builder, and docker compose
- real-fit.html: API-driven research dashboard with agent/model heatmap, detail modal with score breakdown and evaluator commentary
- api.py: FastAPI backend serving /api/real-fit-report (dynamic from SQLite), /api/research, /api/evolve-agent/start
- rebuild-report.py: generates real-fit-report.json from SQLite DB for static fallback
- docker-compose.yml: add evolution-api service (Python 3.12, uvicorn) for research endpoints
- index.standalone.html: sync with dashboard data updates
- archive/index.html: standalone dashboard snapshot (263KB)
- .gitignore: exclude *.db, research-jobs.json from tracking
2026-05-28 11:55:49 +01:00