Spaces:
Sleeping
Sleeping
| name: contextprune | |
| version: "1.0.0" | |
| description: "Enterprise incident operations environment - inspect evidence, plan safe resolutions, and submit grounded escalation reports" | |
| tasks: | |
| - name: refund_triage_easy | |
| difficulty: easy | |
| max_steps: 7 | |
| - name: cross_function_brief_medium | |
| difficulty: medium | |
| max_steps: 8 | |
| - name: executive_escalation_hard | |
| difficulty: hard | |
| max_steps: 10 | |
| action_space: ["inspect_artifact", "prioritize_artifact", "summarize_artifact", "set_resolution_plan", "submit_report"] | |
| observation_space: ["case_summary", "objective", "workflow_stage", "available_artifacts", "reviewed_artifacts", "prioritized_artifacts", "plan_draft", "total_tokens_used", "token_budget"] | |
| reward_range: [0.0, 1.0] | |
| port: 7860 | |
| app: app.py | |