@blackbelt-technology/pi-dashboard-server
v0.8.0
Published
Dashboard server for monitoring and interacting with pi agent sessions
Keywords
Readme
Pi Dashboard Server
The Pi Dashboard server — aggregates events from every connected pi session, persists them, and serves the web client.
Install
npm install -g @blackbelt-technology/pi-dashboard-server
pi-dashboard # start the server
pi-dashboard --dev # proxy to a Vite dev serverRuns two WebSocket servers (one for bridge extensions, one for browser clients),
keeps state in memory with JSON persistence, and exposes a REST API under /api.
Most users want the @blackbelt-technology/pi-agent-dashboard metapackage instead,
which bundles this server together with the bridge extension and web client.
License
MIT — part of pi-agent-dashboard.
