Spaces:
Sleeping
Sleeping
File size: 925 Bytes
ff293b1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | spec_version: 1
name: ghostexec
version: "0.1.0"
description: "GhostExec — RL training environment for personal and executive task conflict resolution (The AI Chief of Staff)."
type: space
runtime: fastapi
app: server.app:app
port: 8000
difficulties: [easy, medium, hard]
max_steps: 20
tasks:
- id: phase2_core
difficulty: easy
description: >
Default dense inbox/calendar fixture (scenarios/phase2_core.json).
Stress-test triage, VIP queues, and calendar relief.
grader: graders.phase2_core_grader
- id: monday_morning
difficulty: medium
description: >
Monday morning rush with stacked conflicts (scenarios/monday_morning.json).
grader: graders.monday_morning_grader
- id: dinner_disaster
difficulty: hard
description: >
Personal/professional collision with escalation risk
(scenarios/dinner_disaster.json).
grader: graders.dinner_disaster_grader
|