workflow_arena / openenv.yaml
Cyber-Machine's picture
feat: implement grading system with task definitions and score extraction
b522b5c verified
raw
history blame contribute delete
514 Bytes
spec_version: 1
name: workflow_arena
type: space
runtime: fastapi
app: server.app:app
port: 8000
tasks:
- id: task_easy
description: Schedule a small, low-pressure dependency graph with high worker utilization.
grader: grade/task_easy
- id: task_medium
description: Balance utilization and deadlines on a moderately constrained workflow.
grader: grade/task_medium
- id: task_hard
description: Schedule under outages and retries while protecting critical work.
grader: grade/task_hard