promptlooper/Auto Run Docs
John Lightner 30fd15ec7a MAESTRO: Implement WebSocket connection manager with per-experiment routing, Redis pub/sub bridge, and message replay
- WebSocketManager in backend/websocket/manager.py with per-experiment and global subscriptions
- Redis pub/sub bridge (sync + async) broadcasting events to relevant WebSocket clients
- Deque-based replay buffers with since_ts/limit filtering for reconnection support
- Runtime subscribe/unsubscribe and stats API
- Enhanced /ws endpoint in main.py with subscribe/unsubscribe/replay actions
- 35 tests in test_ws_manager.py, all passing
2026-04-07 03:34:21 -05:00
..
01-scaffold.md MAESTRO: Add entrypoint migrations, worker config, and stack integration tests 2026-04-07 02:09:56 -05:00
02a-backend-engine.md MAESTRO: Implement WebSocket connection manager with per-experiment routing, Redis pub/sub bridge, and message replay 2026-04-07 03:34:21 -05:00
02b-frontend-dashboard.md MAESTRO: Build ScoreChart component with scatter, bar, and line chart types 2026-04-07 03:29:17 -05:00