This commit is contained in:
2025-09-08 13:41:44 +03:00
commit cac4e99730
5 changed files with 380 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "boot-dev-ai-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"google-genai==1.12.1",
"python-dotenv==1.1.0",
]