agent-orchestrator/packages/web/server
Gaurav Bhola 2e5ee30fcf feat(web): add multiplexed WebSocket protocol and mux server
Implements backend multiplexed WebSocket server on /mux endpoint:
- Add mux-protocol.ts with ClientMessage and ServerMessage types
- Create TerminalManager class for managing PTY processes independently
- Implement mux-websocket.ts with attachMuxWebSocket() function
- Wire mux server into existing direct-terminal-ws server
- Support multiple terminals over single persistent WebSocket connection
- Implement 50KB ring buffer for background terminal output
- Add heartbeat and reconnection logic

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 22:46:29 -07:00
..
__tests__ feat: add end-to-end observability across core, web, and terminal (#436) 2026-03-12 16:57:40 +05:30
direct-terminal-ws.ts feat(web): add multiplexed WebSocket protocol and mux server 2026-04-06 22:46:29 -07:00
mux-websocket.ts feat(web): add multiplexed WebSocket protocol and mux server 2026-04-06 22:46:29 -07:00
start-all.ts fix: true two-step setup — tmux auto-install, process fallback, restart bookkeeping 2026-03-24 03:31:06 +05:30
terminal-observability.ts Publish ao-web on npm, harden error handling, deduplicate code 2026-03-14 19:01:49 +05:30
terminal-websocket.ts feat: add end-to-end observability across core, web, and terminal (#436) 2026-03-12 16:57:40 +05:30
tmux-utils.ts fix: terminal servers compatible with hash-based architecture (#87) 2026-02-18 03:28:55 +05:30