Member Junction
    Preparing search index...
    RealtimeSessionFactory: (
        ctx: RealtimeSessionStartContext,
    ) => Promise<IRealtimeSession>

    Opens a realtime model session for the agent. Production binds this to the real model-resolution path; tests inject a stub. Defaults to a clear "not bound" error so misconfiguration fails loudly.

    Type Declaration