File size: 660 Bytes
6425ec7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # OpenClaw Ops React Dashboard
Paperclip-style action dashboard prototype for Session Amplifier data.
## Run locally
npm install
npm run dev -- --port 5177
The Vite dev server proxies /session-amplifier/* to SESSION_AMPLIFIER_BASE_URL or http://localhost:8477.
For browser access from another host, set the API URL directly:
VITE_SESSION_AMPLIFIER_BASE_URL=http://session-amplifier:8477 npm run dev -- --port 5177
## Status
- Additive prototype beside the existing Streamlit dashboard.
- Uses /health, /sessions/active-bulk, and /review/skills.
- Run/pause/open controls are intentionally disabled until first-class action endpoints exist.
|