MicroFish/backend/app
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
..
api fix: remove redundant .to_dict() call in list_tasks API 2026-05-30 23:59:48 +08:00
models feat(i18n): replace hardcoded Chinese in backend SSE progress messages 2026-04-01 16:32:10 +08:00
services Merge pull request #428 from Ghostubborn/feat/i18n 2026-04-02 14:27:04 +08:00
utils refactor: add type hints and FileParser.is_supported() helper 2026-05-23 14:57:46 +08:00
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
config.py refactor: add type hints and FileParser.is_supported() helper 2026-05-23 14:57:46 +08:00