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

    Interface UnknownTimelineEvent

    A timeline event the SDK did not recognize. The data field contains the eagerly-parsed payload (or null if the payload was missing / unparseable). Inspect axonEvent.origin and axonEvent.event_type to decide how to handle it, or use createCustomEventGuard to build a typed guard.

    interface UnknownTimelineEvent {
        axonEvent: AxonEventView;
        data: unknown;
        kind: "unknown";
    }

    Hierarchy (View Summary)

    Index

    ACP Protocol

    ACP Protocol

    axonEvent: AxonEventView
    data: unknown
    kind: "unknown"