@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias InitializeResponse

    type InitializeResponse = {
        codexHome: AbsolutePathBuf;
        platformFamily: string;
        platformOs: string;
        userAgent: string;
    }
    Index

    Properties

    codexHome: AbsolutePathBuf

    Absolute path to the server's $CODEX_HOME directory.

    platformFamily: string

    Platform family for the running app-server target, for example "unix" or "windows".

    platformOs: string

    Operating system for the running app-server target, for example "macos", "linux", or "windows".

    userAgent: string