Projeto do Agent Contas ORACLE

This commit is contained in:
2026-08-19 09:35:50 -03:00
commit 950a2bcd33
1366 changed files with 177217 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
[project]
name = "agent-framework-evaluator"
version = "0.2.0"
description = "Offline LLM-as-a-Judge evaluator for Agent Framework conversations"
requires-python = ">=3.11"
dependencies = [
"python-dotenv>=1.0.1",
"pydantic>=2.7.0",
"pydantic-settings>=2.2.1",
"oracledb>=2.4.0",
"httpx>=0.27.0",
"pyyaml>=6.0.1",
"typer>=0.12.3",
"click>=8.1.7",
"rich>=13.7.0",
"fastapi>=0.111.0",
"uvicorn>=0.30.0"
]
[project.scripts]
af-evaluator = "evaluator.cli:app"
[tool.setuptools.packages.find]
where = ["."]
include = ["evaluator*"]