openenv-emailops / openenv.yaml
Utkarsh430's picture
Upload 9 files
f7c3585 verified
raw
history blame contribute delete
918 Bytes
name: openenv-emailops
version: "0.1.0"
description: "A real-world task environment for email triage and operations, simulating a mock inbox with easy to hard difficulty scenarios."
spec_version: 1.0.0
entrypoint: core.environment:EmailOpsEnv
tags:
- email
- triage
- operations
- tool-use
tasks:
- id: easy
description: "Move the email with the subject 'Invoice' to the 'Finance' folder."
- id: medium
description: "Find the unread email from 'boss@company.com', read it, and reply with exactly 'Will do.'."
- id: hard
description: "Inbox triage: Delete spam, move Support emails to the 'Support' folder, and flag any email with 'Urgent' in the subject."
observation_schema:
type: standard_pydantic
model_path: core.models:Observation
action_schema:
type: standard_pydantic
model_path: core.models:Action
reward_schema:
type: standard_pydantic
model_path: core.models:RewardInfo