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

    Type Alias MemoryImportance

    Importance levels for memory entries.

    type MemoryImportance = {
        LOW: "low";
        MEDIUM: "medium";
        HIGH: "high";
    }
    Index

    Properties

    Properties

    LOW: "low" = 'low'
    MEDIUM: "medium" = 'medium'
    HIGH: "high" = 'high'