File size: 759 Bytes
5eadc9e
0b89610
 
 
 
 
 
 
 
 
 
 
 
 
 
 
582387d
0b89610
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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