|
__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 |
|
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
|
feat(model): 修改基础的 OpenAIBase 为异步调用
|
2026-01-28 11:30:55 +08:00 |
|
mcp_router.py
|
refactor: 移除基于 SQLite 的遗留问题
|
2026-01-24 10:56:31 +08:00 |
|
mindmap_router.py
|
feat(model): 修改基础的 OpenAIBase 为异步调用
|
2026-01-28 11:30:55 +08:00 |
|
system_router.py
|
refactor: 移除基于 SQLite 的遗留问题
|
2026-01-24 10:56:31 +08:00 |
|
task_router.py
|
feat(task): 添加任务删除功能,支持通过 API 删除任务并更新前端状态
|
2026-01-25 23:47:40 +08:00 |