Member Junction
    Preparing search index...

    Orchestrates a single BaseRealtimeModel duplex session for the Realtime agent type.

    Construct with a fully-populated RealtimeSessionRunnerDeps, then call Run to drive the session to completion, or Start/Stop to control it explicitly.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Opens the session, registers tools, and wires all provider event handlers.

      Idempotent guard: throws if the session is already started. After this resolves, the session is live and streaming; call Stop (or Run, which awaits closure) to finalize.

      Returns Promise<void>

      If the model fails to start a session.