agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface SequencedSessionEvent

    An in-memory session event with its monotonic sequence number.

    interface SequencedSessionEvent {
        notification: JsonRpcNotification;
        sequenceNumber: number;
    }
    Index

    Properties

    notification: JsonRpcNotification
    sequenceNumber: number