feat: monitor.py, update main.py

This commit is contained in:
2025-12-31 06:15:22 +03:00
parent 3bc8e27c19
commit 6a0bf3d237
4 changed files with 359 additions and 529 deletions

View File

@@ -6,17 +6,15 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"chromadb>=1.4.0",
"langchain>=1.2.0",
"langchain-chroma>=1.1.0",
"langchain-community>=0.4.1",
"langchain-ollama>=1.0.1",
"langchain-text-splitters>=1.1.0",
"nest-asyncio>=1.6.0",
"nvidia-ml-py>=13.590.44",
"prompt-toolkit>=3.0.52",
"python-dotenv>=1.2.1",
"pyyaml>=6.0.3",
"rich>=14.2.0",
"unstructured[md]>=0.18.21",
"watchdog>=6.0.0",
"psutil>=7.2.1",
"nvidia-ml-py>=13.590.44",
"nest-asyncio>=1.6.0",
]