ForcePilot/server/routers
2025-12-21 21:25:13 +08:00
..
__init__.py feat(evaluation): 新增RAG评估功能模块 2025-12-09 16:21:18 +08:00
auth_router.py refactor(storage): 将图片上传功能重构为异步文件上传 2025-12-07 18:25:45 +08:00
chat_router.py refactor(agent-tools): 移除已弃用的工具获取接口及相关代码 2025-12-21 20:58:40 +08:00
dashboard_router.py fix: 修复 dashboard_router 中 ConversationManager 方法缺少 await 的问题 2025-12-18 20:04:51 +08:00
evaluation_router.py style: ruff format 2025-12-14 22:44:18 +08:00
graph_router.py refactor(router): 移除废弃的graph兼容性接口并合并测试 2025-12-20 15:13:56 +08:00
knowledge_router.py feat: AI 辅助知识库描述生成功能 2025-12-18 21:43:26 +08:00
mindmap_router.py refactor: 将同步IO操作改为异步以提高性能 2025-12-21 21:25:13 +08:00
system_router.py refactor: 将同步IO操作改为异步以提高性能 2025-12-21 21:25:13 +08:00
task_router.py feat: 更新任务列表接口,增加限制参数并返回任务摘要信息 2025-10-25 14:55:06 +08:00