The Agent V1 WebSocket client exposes typed send methods for a subset of control frames, but it has no public raw/dict sender. A protocol-transparent bridge must forward every browser control frame, including future server-supported messages, and currently has to call the private _send() method.
Please expose a stable public method that accepts a JSON-compatible object or serialized JSON and sends it unchanged over the Agent WebSocket. This would let starter bridges preserve forward compatibility without depending on private SDK internals.
The Agent V1 WebSocket client exposes typed send methods for a subset of control frames, but it has no public raw/dict sender. A protocol-transparent bridge must forward every browser control frame, including future server-supported messages, and currently has to call the private _send() method.
Please expose a stable public method that accepts a JSON-compatible object or serialized JSON and sends it unchanged over the Agent WebSocket. This would let starter bridges preserve forward compatibility without depending on private SDK internals.