File size: 636 Bytes
95d0329
 
 
 
1acf78c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fe0d798
1acf78c
 
f776c85
4e8910b
f776c85
1acf78c
4e8910b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "mail-triage-v4-security-eval"
version = "2.0.0"
description = "A high-fidelity security evaluation environment for email triage."
readme = "README.md"
requires-python = ">=3.10"
license = {text = "MIT"}
authors = [
    {name = "Security Agent Team"}
]
dependencies = [
    "openenv-core==0.2.3",
    "fastapi>=0.109.0",
    "uvicorn>=0.27.0",
    "pydantic>=2.11.7",
    "openai>=2.30.0"
]

[project.scripts]
server = "server:main"

[tool.setuptools]
py-modules = ["env", "models", "inference", "server"]