AAI SDK
    Preparing search index...

    Type Alias SessionRuntime

    SessionRuntime: Pick<AgentRuntime, "startSession" | "shutdown">

    The session-facing slice of a runtime — all createServer needs. A runtime built with createRuntime satisfies it directly.

    Narrowed to these two methods (rather than demanding a full AgentRuntime) so an embedder can supply a lazily-built runtime facade.