модели передаваемых сообщений
This commit is contained in:
parent
a5a6f2eca9
commit
5f5dd3e83e
5 changed files with 366 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
[project]
|
||||
name = "api"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
description = "WebSocket API SDK для взаимодействия с AI-агентом"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"pydantic>=2.12.5",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue