nexus-agents - v2.80.0
    Preparing search index...

    Interface ExplorationEvent

    An event in the exploration history for debugging/analysis.

    interface ExplorationEvent {
        timestamp: number;
        eventType: ExplorationEventType;
        treeId?: string;
        nodeId?: string;
        details: Record<string, unknown>;
    }
    Index

    Properties

    timestamp: number

    Timestamp

    Event type

    treeId?: string

    Tree ID involved

    nodeId?: string

    Node ID involved

    details: Record<string, unknown>

    Additional details