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

    Interface ClaudeOtherProtocolTimelineEvent

    A recognized Claude protocol event whose eventType is not one of the specifically typed variants above.

    Use axonEvent.origin to determine direction:

    • USER_EVENT = outbound (client sent this)
    • AGENT_EVENT = inbound (agent sent this)
    interface ClaudeOtherProtocolTimelineEvent {
        axonEvent: AxonEventView;
        data: SDKMessage;
        eventType: string & {};
        kind: "claude_protocol";
    }

    Hierarchy (View Summary)

    Index

    Claude SDK

    axonEvent: AxonEventView
    eventType: string & {}
    kind: "claude_protocol"