AAI SDK
    Preparing search index...

    Type Alias AgentRuntime

    Common interface for agent runtimes.

    Implemented by createRuntime and the platform sandbox.

    type AgentRuntime = {
        readyConfig: ReadyConfig;
        shutdown(): Promise<void>;
        startSession(ws: SessionWebSocket, opts?: SessionStartOptions): void;
    }
    Index
    readyConfig: ReadyConfig
    • Returns Promise<void>

    • Parameters

      Returns void