адаптация для установки пакетом
This commit is contained in:
parent
a5ef5abac7
commit
b34cbaf677
9 changed files with 260 additions and 258 deletions
13
pyproject.toml
Normal file
13
pyproject.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue