| name | live |
| description | Run RLE against a live RimWorld colony with dashboard |
Run a live game session. Before starting, verify prerequisites:
- Check LM Studio:
curl -s http://localhost:1234/v1/models
- Check RIMAPI:
curl -s http://localhost:8765/api/v1/game/state
- If either is down, tell the user what to start and stop.
Then run three services:
- Game loop: Read
.env for config, run python scripts/run_scenario.py with --provider openai --model from .env, --no-think --visualize --output results/live/ $ARGUMENTS
- File server:
python scripts/serve_dashboard.py results/live
- Dashboard:
cd c:\Users\redmo\Projects\rimapi-dashboard && bun run start
Tell the user to open http://localhost:3000 once compiled.