MicroFish/backend/app
Nyk 7d76f663dc fix: resource leaks and connection safety
- Use context managers for all SQLite connections
- Add temp file cleanup in report download endpoint
- Add finally blocks for file handle cleanup in simulation runner
2026-03-17 21:19:27 +07:00
..
api fix: resource leaks and connection safety 2026-03-17 21:19:27 +07:00
models Enhance backend functionality with OASIS simulation features 2025-12-01 15:03:44 +08:00
services fix: resource leaks and connection safety 2026-03-17 21:19:27 +07:00
utils fix: resolve 500 error caused by <think> tags and markdown code fences in content field from reasoning models like MiniMax/GLM 2026-03-06 00:30:31 +08: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