ForcePilot/server/routers
2026-01-24 10:56:31 +08:00
..
__init__.py feat(account): 添加部门基础管理功能 #480 2026-01-18 22:54:43 +08:00
auth_router.py fix: 将MD5哈希算法替换为更安全的SHA256算法 2026-01-24 10:56:31 +08:00
chat_router.py feat(agent): 实现多部门智能体配置管理功能 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