@robota-sdk/agent-transport-ws
v3.0.0-beta.76
Published
WebSocket transport and protocol for the Robota SDK
Readme
@robota-sdk/agent-transport-ws
WebSocket transport and wire protocol for the Robota SDK. Consumers that only need the WS message types (e.g. browser monitors) depend on this package without pulling React/Ink/Hono.
import { WsTransport, createWsHandler } from '@robota-sdk/agent-transport-ws';
import type { TServerMessage, TClientMessage } from '@robota-sdk/agent-transport-ws';See docs/SPEC.md for the full contract.
