File size: 621 Bytes
d34f0ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5f2ce8f
d34f0ce
 
 
 
 
 
 
 
 
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
[project]
name = "customer-support-env"
version = "0.1.0"
description = "Multi-step reinforcement learning environment for customer support email triage"
requires-python = ">=3.10"
dependencies = [
    "fastapi>=0.104.0",
    "uvicorn[standard]>=0.24.0",
    "pydantic>=2.0.0",
    "pyyaml>=6.0",
    "openai>=1.0.0",
    "httpx>=0.24.0",
    "openenv-core>=0.2.0"
]

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

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.openenv]
environment_type = "episodic"
max_steps = 5
deterministic = true