File size: 802 Bytes
eb2d131 4058302 a574799 4058302 a574799 4058302 a574799 4058302 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | name: "incident_command_center_env"
version: "3.0"
description: >
Enterprise-grade multi-agent Incident Command Center environment for
OpenEnv. Three specialist agents (triage, investigator, ops manager)
coordinate to resolve a queue of production incidents under strict
SLA and investigation-budget constraints. Rewards are rubric-based,
transparent (component breakdown on every step) and scaled by
customer-tier business impact.
tasks:
- id: "easy"
description: "Resolve 3 incidents with clear but noisy signals and fixed action budget."
- id: "medium"
description: "Resolve 5 incidents with partial observability, red-herring logs, and SLA pressure."
- id: "hard"
description: "Resolve 5 high-impact incidents under strict budget + SLA, with postmortem requirements."
|