File size: 961 Bytes
38336e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: "RevOps-Agent"
description: "A real-world B2B Revenue Operations (RevOps) lead qualification and routing environment."
version: "1.0.0"

tasks:
  - id: "task_easy"
    description: "Direct Match Routing. Clean high-intent lead that only requires enrichment, valid scoring, and route to AMER mid-market rep."
    difficulty: "easy"
  - id: "task_medium"
    description: "Enrichment-Gated ICP Scoring. Blank lead (email only) that must be enriched before scoring, then routed to EMEA enterprise rep."
    difficulty: "medium"
  - id: "task_hard"
    description: "CRM Conflict & Re-Engagement Resolution. Lead matches a closed-lost opportunity. Requires CRM check, account merge, re-engagement flag, and routing to the original AE."
    difficulty: "hard"

interface:
  state: "models.RevOpsState"
  observation: "models.RevOpsObservation"
  action: "models.RevOpsAction"
  reward: "models.RevOpsReward"

entrypoint: "server.environment.RevOpsEnvironment"