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

    Type Alias SDKTaskNotificationMessage

    type SDKTaskNotificationMessage = {
        output_file: string;
        session_id: string;
        status: "completed" | "failed" | "stopped";
        subtype: "task_notification";
        summary: string;
        task_id: string;
        tool_use_id?: string;
        type: "system";
        usage?: { duration_ms: number; tool_uses: number; total_tokens: number };
        uuid: UUID;
    }
    Index

    Claude SDK

    output_file: string
    session_id: string
    status: "completed" | "failed" | "stopped"
    subtype: "task_notification"
    summary: string
    task_id: string
    tool_use_id?: string
    type: "system"
    usage?: { duration_ms: number; tool_uses: number; total_tokens: number }
    uuid: UUID