File size: 859 Bytes
0f67fc2
 
 
 
 
 
837bbe4
63927f8
 
 
 
50a32fc
63927f8
 
 
 
50a32fc
63927f8
 
 
 
50a32fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
spec_version: 1
name: token_optimiser
type: space
runtime: fastapi
app: server.app:app
port: 8000
tasks:
  - id: "redundancy_stripping"
    name: "Redundancy Stripping"
    description: "Strip politeness filler and redundancy"
    difficulty: "easy"
    grader: "token_optimiser.server.token_optimiser_environment:grade_redundancy_stripping"
  - id: "constraint_injection"
    name: "Constraint Injection"
    description: "Compress input AND inject exact bullet point constraints"
    difficulty: "medium"
    grader: "token_optimiser.server.token_optimiser_environment:grade_constraint_injection"
  - id: "multi_key_json_extraction"
    name: "Multi-Key JSON Extraction"
    description: "Force structured JSON output with 5 exact keys"
    difficulty: "hard"
    grader: "token_optimiser.server.token_optimiser_environment:grade_multi_key_json_extraction"