адаптация для установки пакетом

This commit is contained in:
Егор Кандрушин 2026-04-01 23:30:00 +03:00
parent a5ef5abac7
commit b34cbaf677
9 changed files with 260 additions and 258 deletions

13
pyproject.toml Normal file
View file

@ -0,0 +1,13 @@
[project]
name = "lambda_agent_api"
version = "0.1.0"
description = "WebSocket API SDK для взаимодействия с AI-агентом"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"aiohttp>=3.13.4",
"pydantic>=2.12.5",
]
[tool.setuptools]
packages = ["lambda_agent_api"]