MicroFish/backend/app/api
437147838 4a1b228d95 fix: remove redundant .to_dict() call in list_tasks API
TaskManager.list_tasks() already returns serialized dicts, so calling
.to_dict() on each item causes AttributeError: 'dict' object has no
attribute 'to_dict'

Fixes: AttributeError in /api/graph/tasks endpoint
2026-05-30 23:59:48 +08:00
..
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
graph.py fix: remove redundant .to_dict() call in list_tasks API 2026-05-30 23:59:48 +08:00
report.py fix(i18n): pass locale to background threads via thread-local storage 2026-04-01 16:55:51 +08:00
simulation.py fix(i18n): replace hardcoded Chinese stage names in simulation prepare SSE 2026-04-01 17:31:00 +08:00