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

19
agent/pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[tool.poetry]
name = "agent"
version = "0.1.0"
description = "Agente edital IFSP"
authors = ["Lucas DNX"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
langchain-core = "^0.3.75"
langchain = "^0.3.27"
boto3 = "^1.40.19"
langchain-aws = "^0.2.31"
dotenv = "^0.9.9"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"