Подчистил архитектуру приложения v1 работает

This commit is contained in:
2026-04-01 12:28:55 +03:00
parent 0bff171936
commit 5d77ab1a88
97 changed files with 815 additions and 5161 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def create_app() -> FastAPI:
allow_headers=["*"],
)
app.include_router(modules.agent_api.public_router())
app.include_router(modules.api.public_router())
app.include_router(modules.rag.public_router())
app.include_router(modules.rag.internal_router())
app.include_router(modules.rag_repo.internal_router())