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

    Variable ContentPriorityConst

    ContentPriority: {
        SYSTEM: 100;
        TASK: 80;
        ACTIVE: 60;
        HISTORY: 40;
        EPHEMERAL: 20;
    } = ...

    Priority levels for context content. Higher priority content is retained longer during pruning.

    Type Declaration

    • ReadonlySYSTEM: 100

      System instructions - highest priority, never pruned

    • ReadonlyTASK: 80

      Current task description and requirements

    • ReadonlyACTIVE: 60

      Active working content (recent code, research)

    • ReadonlyHISTORY: 40

      Historical context (older messages, results)

    • ReadonlyEPHEMERAL: 20

      Ephemeral content (debug logs, temp data)