@runloop/agent-axon-client
    Preparing search index...

    Type Alias SDKControlInitializeResponse

    Response from session initialization with available commands, models, and account info.

    type SDKControlInitializeResponse = {
        account: AccountInfo;
        agents: AgentInfo[];
        available_output_styles: string[];
        commands: SlashCommand[];
        fast_mode_state?: FastModeState;
        models: ModelInfo[];
        output_style: string;
    }
    Index

    Claude SDK

    account: AccountInfo

    Information about the logged in user's account.

    agents: AgentInfo[]
    available_output_styles: string[]
    commands: SlashCommand[]
    fast_mode_state?: FastModeState
    models: ModelInfo[]
    output_style: string