файлы проекта

This commit is contained in:
Егор Кандрушин 2026-04-01 22:29:40 +03:00
commit 9735069034
6 changed files with 384 additions and 0 deletions

9
pyproject.toml Normal file
View file

@ -0,0 +1,9 @@
[project]
name = "agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi>=0.135.3",
]