update dep
This commit is contained in:
parent
1a1df7f76b
commit
cfc6601c76
@ -80,13 +80,8 @@ from utils.log_util.logger import init_with_fastapi
|
||||
# Initialize logger
|
||||
logger = logging.getLogger('app')
|
||||
|
||||
# Import route modules
|
||||
<<<<<<< Updated upstream
|
||||
from routes import chat, files, projects, system, skill_manager, database, memory
|
||||
=======
|
||||
from routes import chat, files, projects, system, skill_manager, database, memory, bot_manager, knowledge_base, payment, voice
|
||||
from routes.mcp_resources import router as mcp_resources_router
|
||||
>>>>>>> Stashed changes
|
||||
from routes.webdav import wsgidav_app
|
||||
|
||||
|
||||
@ -215,23 +210,14 @@ app.include_router(skill_manager.router)
|
||||
app.include_router(database.router)
|
||||
app.include_router(memory.router)
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
=======
|
||||
# 注册语音对话路由
|
||||
app.include_router(voice.router)
|
||||
|
||||
# 注册文件管理API路由
|
||||
app.include_router(file_manager_router)
|
||||
|
||||
# 注册知识库API路由
|
||||
app.include_router(knowledge_base.router, prefix="/api/v1/knowledge-base", tags=["knowledge-base"])
|
||||
|
||||
# MCP App resources endpoint
|
||||
app.include_router(mcp_resources_router)
|
||||
|
||||
# 挂载 WsgiDAV(WSGI 应用通过 WSGIMiddleware 集成到 ASGI)
|
||||
|
||||
>>>>>>> Stashed changes
|
||||
# Register the file management API routes
|
||||
app.include_router(file_manager_router)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user