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

    Type Alias GetSubagentMessagesOptions

    Options for retrieving subagent messages.

    type GetSubagentMessagesOptions = {
        dir?: string;
        limit?: number;
        offset?: number;
    }
    Index

    Claude SDK

    Claude SDK

    dir?: string

    Project directory to find the session in. If omitted, searches all projects.

    limit?: number

    Maximum number of messages to return.

    offset?: number

    Number of messages to skip from the start.