| # 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. |
| |