openenv / openenv.yaml
Imaginephoenix's picture
Upload 15 files
02e973e verified
raw
history blame contribute delete
474 Bytes
name: email-triage-env
version: 0.1.0
tasks:
- task_easy
- task_medium
- task_hard
- task_production
observation_space:
email_id: str
subject: str
body: str
sender: str
timestamp: str
thread_history: list[str]
task_id: str
step_number: int
total_emails: int
action_space:
label: literal[urgent, normal, spam, archive]
summary: str
route_to: str
entrypoint: environment:EmailTriageEnv
tags:
- openenv
- real-world
- nlp
- email-triage