ForcePilot/server/routers
Wenjie Zhang e585f796d2 refactor(task): 重构任务服务并迁移到postgres 数据库
将任务服务从server/services移动到src/services
添加TaskRepository实现数据库持久化
更新所有相关导入路径
2026-01-24 10:56:31 +08:00
..
__init__.py feat(account): 添加部门基础管理功能 #480 2026-01-18 22:54:43 +08:00
auth_router.py refactor: 移除基于 SQLite 的遗留问题 2026-01-24 10:56:31 +08:00
chat_router.py refactor(storage): 重构对话数据库模型与存储管理 2026-01-24 10:56:31 +08:00
dashboard_router.py refactor(storage): 重构对话数据库模型与存储管理 2026-01-24 10:56:31 +08:00
department_router.py refactor(storage): 重构对话数据库模型与存储管理 2026-01-24 10:56:31 +08:00
evaluation_router.py refactor: 移除基于 SQLite 的遗留问题 2026-01-24 10:56:31 +08:00
graph_router.py refactor: 移除基于 SQLite 的遗留问题 2026-01-24 10:56:31 +08:00
knowledge_router.py refactor(task): 重构任务服务并迁移到postgres 数据库 2026-01-24 10:56:31 +08:00
mcp_router.py refactor: 移除基于 SQLite 的遗留问题 2026-01-24 10:56:31 +08:00
mindmap_router.py refactor: 移除基于 SQLite 的遗留问题 2026-01-24 10:56:31 +08:00
system_router.py refactor: 移除基于 SQLite 的遗留问题 2026-01-24 10:56:31 +08:00
task_router.py refactor(task): 重构任务服务并迁移到postgres 数据库 2026-01-24 10:56:31 +08:00