en un clic
live
Run RLE against a live RimWorld colony with dashboard
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run RLE against a live RimWorld colony with dashboard
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Full post-run pipeline for RLE benchmark runs — leaderboard analysis vs baseline, failure taxonomy, story mining with verbatim verification, footage indexing, and X-ready video production. Use after any live run or model spread completes.
Run the full RLE benchmark suite (6 scenarios)
Show current RLE project status
Run full test suite and lint
| name | live |
| description | Run RLE against a live RimWorld colony with dashboard |
Run a live game session. Before starting, verify prerequisites:
curl -s http://localhost:1234/v1/modelscurl -s http://localhost:8765/api/v1/game/stateThen run three services:
.env for config, run python scripts/run_scenario.py with --provider openai --model from .env, --no-think --visualize --output results/live/ $ARGUMENTSpython scripts/serve_dashboard.py results/livecd c:\Users\redmo\Projects\rimapi-dashboard && bun run startTell the user to open http://localhost:3000 once compiled.