feat: Add NaliiaBot API

This commit is contained in:
2026-02-09 15:59:54 -05:00
parent 69b0dad14d
commit adda2a3e5e
11 changed files with 1087 additions and 182 deletions

View File

@@ -13,7 +13,8 @@ dependencies = [
"langgraph[standard] (>=1.0.6,<2.0.0)",
"langchain-anthropic (>=1.3.1,<2.0.0)",
"langchain-deepseek (>=1.0.1,<2.0.0)",
"dotenv (>=0.9.9,<0.10.0)"
"dotenv (>=0.9.9,<0.10.0)",
"fastapi[standard] (>=0.128.5,<0.129.0)"
]
[tool.poetry]