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

    Interface MemoryMetadata

    Metadata associated with a memory entry.

    interface MemoryMetadata {
        importance: MemoryImportance;
        tags?: string[];
        ttl?: number;
    }
    Index

    Properties

    Properties

    importance: MemoryImportance

    Importance level determining storage strategy

    tags?: string[]

    Optional tags for categorization

    ttl?: number

    Time-to-live in milliseconds (optional)