| 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" |
|
|