refactor: декомпозиция llm_agent.py в пакет llm (db_tools, schemas, agent)

This commit is contained in:
2026-08-08 13:05:10 +03:00
parent f1ef965640
commit 3966f1d928
6 changed files with 356 additions and 475 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from fastapi.staticfiles import StaticFiles
from fastapi.responses import FileResponse, HTMLResponse
from pydantic import BaseModel
from llm_agent import process_chat_message
from llm.agent import process_chat_message
# === ANCHOR: IMPORTS_END ===