ForcePilot/server/routers
Wenjie Zhang 3f7e70db31 refactor(router): 移除废弃的graph兼容性接口并合并测试
将废弃的lightrag兼容性接口从graph_router.py中移除
删除单独的test_graph_router.py测试文件
在test_unified_graph_router.py中添加相关测试
2025-12-20 15:13:56 +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 style(lint): 优化代码格式和错误处理 2025-12-19 21:24:19 +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: 优化组件和API的空值处理逻辑 2025-12-10 19:42:58 +08:00
system_router.py docs: 添加GitHub问题模板和PR模板 2025-11-20 22:30:17 +08:00
task_router.py feat: 更新任务列表接口,增加限制参数并返回任务摘要信息 2025-10-25 14:55:06 +08:00