Constructors

Methods

  • Get all traces for a scope (for consolidation pipeline).

    Limitation: This primarily returns traces from the in-process cache. Traces that were persisted to the vector store in a prior process lifetime (or by another process) will only be returned if the cache is empty for this scope, in which case we fall back to querying the vector store with a zero-vector and metadata filter. The fallback is approximate (limited by topK) and does not guarantee completeness.

    Parameters

    Returns Promise<MemoryTrace[]>