Spaces:
Sleeping
Sleeping
File size: 622 Bytes
2b3313a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | spec_version: 1
name: toolforge_env
type: space
runtime: fastapi
app: server.app:app
port: 8000
tasks:
- id: easy
description: "Repetitive deployment, scaling, and rollback drills with highly repeating tool-call patterns."
grader: server.graders.grade_easy
- id: medium
description: "Goal-driven incident response and traffic-readiness scenarios requiring multi-step reasoning."
grader: server.graders.grade_medium
- id: hard
description: "Multi-phase infrastructure migration and zero-trust security projects with complex dependencies."
grader: server.graders.grade_hard
|