Adds base agent and base infra
This commit is contained in:
19
agent/pyproject.toml
Normal file
19
agent/pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user