MicroFish/backend/app/api
karesansui 18ba979c8d Fix silent data loss when platform defaults to reddit for Twitter-only simulations
The API retrieval layer hardcoded reddit as the default platform in 11+ locations. When a Twitter-only simulation was run, all data retrieval APIs silently returned empty results because they looked for reddit_simulation.db which did not exist. This commit reads the simulation enable_twitter/enable_reddit config to determine the correct default platform.

Fixes #150
2026-03-12 02:48:58 +09:00
..
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
graph.py Refactor project creation process in API documentation and code 2025-11-29 00:47:54 +08:00
report.py Add report ID generation and logging features for report generation process 2025-12-13 21:11:14 +08:00
simulation.py Fix silent data loss when platform defaults to reddit for Twitter-only simulations 2026-03-12 02:48:58 +09:00