Adds base agent and base infra

This commit is contained in:
2025-09-03 14:18:54 -03:00
parent a831f2a833
commit 0e16e11069
20 changed files with 2001 additions and 0 deletions

12
infra/pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool]
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
pulumi = ">=3.0.0,<4.0.0"
pulumi-aws = ">=7.0.0,<8.0.0"
python = "^3.9"
pulumi-aws-apigateway = "^3.0.0"