paracosm dashboard [turns] [options]

Start the SSE web dashboard at http://localhost:3456 (override with PORT).
The dashboard exposes the Setup, Reports, Library, Branches, Viz, and Chat
tabs over a streaming connection. Without [turns], waits for setup at
/sim?tab=settings; with [turns], auto-launches a simulation on boot.

Options:
  [turns]               Auto-launch with N turns. Omit to wait for setup.
  --leaders <path>      Custom leaders.json path
  --seed <n>            Override seed
  --start-time <n>      Override start time
  --provider <p>        openai | anthropic
  --live                Enable live web search

Environment:
  PORT                  Dashboard port (default: 3456)
  PARACOSM_ENABLE_SIMULATE_ENDPOINT=true   Enable POST /simulate one-shot endpoint
