mirror of
https://github.com/hoshikawa2/agent_framework_oci_evaluator.git
synced 2026-07-10 02:44:19 +00:00
first commit
This commit is contained in:
25
pyproject.toml
Normal file
25
pyproject.toml
Normal 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*"]
|
||||
Reference in New Issue
Block a user