модели передаваемых сообщений

This commit is contained in:
Егор Кандрушин 2026-03-25 17:39:01 +03:00
parent a5a6f2eca9
commit 5f5dd3e83e
5 changed files with 366 additions and 2 deletions

View file

@ -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",
]