MiroFish/backend/app
_Yusaki 5e206bdd84 Fix corrupted LLM-generated hour arrays in simulation config
The LLM sometimes generates arrays like [19202122] instead of
[19,20,21,22]. Add _sanitize_hours() to validate and fix these,
falling back to defaults when arrays contain single large numbers
or strings. Also add round-level debug logging.
2026-03-13 20:32:33 +07:00
..
api Replace all Zep API calls in simulation endpoints with disk-first fallback 2026-03-13 19:53:24 +07:00
models Enhance backend functionality with OASIS simulation features 2025-12-01 15:03:44 +08:00
services Fix corrupted LLM-generated hour arrays in simulation config 2026-03-13 20:32:33 +07:00
utils Translate all backend LLM prompts and API messages to English 2026-03-13 02:47:30 +07:00
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
config.py fix(config): enable overriding of environment variables when loading .env file 2026-01-23 16:20:24 +08:00