MicroFish/backend/app
liyizhouAI 9efdced7f2 fix: report prompt alignment + auto-report trigger + failed report redirect
1. Report prompt now extracts user's core questions from simulation_requirement
   and structures the report to directly answer them (e.g. "will it go well?",
   "where are the problems?") instead of generic future-prediction questions.

2. Step3Simulation auto-triggers report generation 1.5s after simulation completes.

3. ReportView auto-redirects to latest successful report when current report
   has failed, via /api/report/check/<simulation_id> endpoint.
2026-04-17 13:16:03 +08:00
..
api fix: v0.3.4 - production stability fixes for simulation pipeline 2026-04-16 22:44:40 +08:00
models feat: v0.3.2 - CustomGraphBuilder replaces Graphiti for step 2 graph build 2026-04-16 07:54:07 +08:00
services fix: report prompt alignment + auto-report trigger + failed report redirect 2026-04-17 13:16:03 +08:00
utils fix: report 429 retry + theme toggle on all pages 2026-04-17 08:36:58 +08:00
__init__.py fix: v0.3.4 - production stability fixes for simulation pipeline 2026-04-16 22:44:40 +08:00
config.py perf: 4x speedup for graph building 2026-04-14 14:09:41 +08:00