Skip to content

feat(agent): expose a public sender for raw Voice Agent control frames #785

Description

@GregHolmes

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions