first commit

This commit is contained in:
2026-06-13 08:23:21 -03:00
commit 89c23fb0ed
439 changed files with 32801 additions and 0 deletions

32
pyproject.toml Normal file
View File

@@ -0,0 +1,32 @@
[project]
name = "backoffice-convertido-framework"
version = "0.1.0"
description = "Backoffice convertido para o Agent Framework local"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.30.0",
"pydantic>=2.8.0",
"pydantic-settings>=2.4.0",
"python-dotenv>=1.0.1",
"langgraph>=0.2.60",
"langchain-core>=0.3.0",
"openai>=1.60.0",
"oci>=2.130.0",
"oracledb>=2.4.0",
"pymongo>=4.8.0",
"redis>=5.0.0",
"PyYAML>=6.0.2",
"langfuse>=3.0.0",
"httpx>=0.27.0",
"motor>=3.3.0",
"aiokafka>=0.13.0",
"google-auth>=2.28.0",
"requests>=2.31.0",
"tenacity>=8.2.3",
"python-json-logger>=2.0.7",
]
[tool.uv.sources]
agent-framework = { path = "../agent_framework", editable = true }