File size: 914 Bytes
a55d5e5
7932d11
 
a55d5e5
 
 
 
7932d11
a55d5e5
7932d11
a55d5e5
7932d11
a55d5e5
7932d11
 
 
 
 
 
a55d5e5
7932d11
a55d5e5
 
7932d11
a55d5e5
7932d11
 
000cdbf
7932d11
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "openenv-support"
version = "2.0.0"
description = "Multi-domain OpenEnv environment — Customer Support, Legal, Clinical, Engineering"
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.11"

dependencies = [
    "openenv-core>=0.2.0",
    "fastapi>=0.115.0",
    "uvicorn[standard]>=0.32.0",
    "pydantic>=2.10.0",
    "httpx>=0.28.0",
    "openai>=1.58.0",
    "python-multipart>=0.0.20",
    "pyyaml>=6.0.0",
    "datasets>=2.21.0",
    "huggingface-hub>=0.24.0",
    "sentence-transformers>=3.1.0",
]

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

[project.urls]
Homepage = "https://huggingface.co/spaces/MahirPatelCG/openenv-support"
Repository = "https://github.com/MahirPatel2005/openenv-support"

[tool.hatch.build.targets.wheel]
packages = ["app", "tasks", "data", "graders", "server"]