feat: solution for 'Агент с RAG-памятью'
CI / build (push) Has been cancelled

This commit is contained in:
2026-06-30 15:29:58 +03:00
parent e95da4c295
commit 1279deaaa6
6 changed files with 275 additions and 151 deletions
+7 -11
View File
@@ -1,19 +1,15 @@
[project]
name = "agent-s-rag-pamyatyu"
version = "0.1.0"
description = "A simple RAG agent with interactive CLI using LangChain tools."
authors = [
{ name = "Artur Kuzakhmetov", email = "artur@example.com" }
]
description = "Agent with RAG memory using Qdrant and Ollama"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"langchain>=0.0.0",
"python-dotenv>=0.21.0"
]
requires-python = ">=3.9"
[project.scripts]
agent-s-rag = "src.main:main"
[project.dependencies]
langchain = ">=0.1.0"
langchain-qdrant = ">=0.1.0"
langchain-ollama = ">=0.1.0"
python-dotenv = ">=1.0.0"
[build-system]
requires = ["setuptools>=42", "wheel"]