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

    Interface ACPOtherProtocolTimelineEvent

    A recognized ACP 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 ACPOtherProtocolTimelineEvent {
        axonEvent: AxonEventView;
        data: unknown;
        eventType: string & {};
        kind: "acp_protocol";
    }

    Hierarchy (View Summary)

    Index

    ACP Protocol

    axonEvent: AxonEventView
    data: unknown
    eventType: string & {}
    kind: "acp_protocol"