MicroFish/backend/app/api
warren618 32fa3c8987 fix(api): remove duplicate to_dict() call in /api/graph/tasks
TaskManager.list_tasks() already returns a list of dicts (it calls
t.to_dict() internally at task.py:170). The endpoint then called
.to_dict() again on these plain dicts, raising AttributeError on
every request to GET /api/graph/tasks.
2026-03-23 02:47:53 +08:00
..
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
graph.py fix(api): remove duplicate to_dict() call in /api/graph/tasks 2026-03-23 02:47:53 +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 feat(SimulationAPI): add function to retrieve latest report ID for a given simulation 2026-01-09 16:04:35 +08:00