MicroFish/frontend/src
liyizhouAI cd51ebe282 feat: report quality overhaul — concrete data, agent quotes, infographic
- Add SimulationAnalyticsService: direct actions.jsonl access for stats,
  top posts, agent quotes (positive/negative), sentiment breakdown
- Add simulation_analytics tool to ReportAgent ReACT loop
- Rewrite prompts: demand specific numbers, prohibit vague language,
  require verbatim agent quotes (min 5 per section)
- Refactor report_agent.py: extract prompts → report_prompts.py,
  data classes → report_data.py (both under 800 lines)
- Add ReportInfographic.vue: metrics cards, action distribution bars,
  sentiment breakdown, top agents, timeline sparkline
- Add infographic API endpoint: GET /api/report/<id>/infographic
- Pre-compute infographic data during report generation
- Increase max_tokens from 4096 to 8192 for detailed sections
2026-04-17 16:58:53 +08:00
..
api feat: report quality overhaul — concrete data, agent quotes, infographic 2026-04-17 16:58:53 +08:00
assets/logo feat: merge upstream i18n + rebrand MiroFish → Foresight 先见之明 2026-04-11 16:40:13 +08:00
components feat: report quality overhaul — concrete data, agent quotes, infographic 2026-04-17 16:58:53 +08:00
i18n feat(i18n): set up vue-i18n with dynamic locale loading 2026-04-01 15:22:14 +08:00
router feat: v0.3 - Manus replay + token tracking + SIGTERM fix + accelerate button 2026-04-15 09:37:22 +08:00
store Add D3.js dependency and implement pending upload state management 2025-12-10 18:17:26 +08:00
views fix: report prompt alignment + auto-report trigger + failed report redirect 2026-04-17 13:16:03 +08:00
App.vue feat: dark mode full-page responsive layout overrides 2026-04-11 17:32:52 +08:00
main.js feat(i18n): set up vue-i18n with dynamic locale loading 2026-04-01 15:22:14 +08:00