14 lines
331 B
TOML
14 lines
331 B
TOML
[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",
|
||
"pytest>=9.0.2",
|
||
]
|
||
|
||
[tool.setuptools]
|
||
packages = ["lambda_agent_api"]
|