ForcePilot/server/routers
Wenjie Zhang a5d55d6c37 refactor(storage): 重构对话数据库模型与存储管理
将业务数据模型从SQLite迁移至PostgreSQL,统一使用models_business.py
删除旧的SQLite模型和ConversationManager,新增repository和服务层
优化时间处理工具函数,增加utc_now_naive和format_utc_datetime
重构前端组件代码格式,统一多行导入和长字符串的换行风格
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(storage): 重构对话数据库模型与存储管理 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 style: auto-format with ruff [skip ci] 2026-01-18 14:55:37 +00:00
graph_router.py refactor: 重构数据库访问层,用户/对话/消息都统一迁移至PostgreSQL并添加业务模型支持 2026-01-24 10:56:31 +08:00
knowledge_router.py feat(知识库): 重构知识库元数据存储为PostgreSQL数据库 2026-01-24 10:56:31 +08:00
mcp_router.py feat: 实现MCP服务以统一业务逻辑和状态管理 2026-01-14 20:16:51 +08:00
mindmap_router.py feat(知识库): 重构知识库元数据存储为PostgreSQL数据库 2026-01-24 10:56:31 +08:00
system_router.py feat(ocr): 添加 DeepSeek OCR 支持 2025-12-29 10:32:07 +08:00
task_router.py feat: 更新任务列表接口,增加限制参数并返回任务摘要信息 2025-10-25 14:55:06 +08:00