Фикс состояния

This commit is contained in:
2026-03-12 16:55:23 +03:00
parent 417b8b6f72
commit 6ba0a18ac9
1445 changed files with 620025 additions and 885 deletions

24
pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "agent"
version = "0.1.0"
description = "Agent for Code-Aware Technical Documentation and Analysis"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.116",
"uvicorn>=0.35",
"pydantic>=2.11",
"langgraph>=0.6",
"langgraph-checkpoint-postgres>=2.0",
"PyYAML>=6.0",
"requests>=2.32",
"SQLAlchemy>=2.0",
"psycopg[binary]>=3.2",
]
[tool.setuptools.packages.find]
where = ["src"]