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

    Interface GetSequencedEventsOptions

    Options for getSequencedEvents (replay in-memory events after since).

    interface GetSequencedEventsOptions {
        since?: number;
    }
    Index

    Properties

    Properties

    since?: number

    Return only events with a sequence number greater than this value.