epistemic_health

System health dashboard — tier distribution, entropy level, decay stats, and proactive alerts.

QUERY
epistemic_health

Parameters

NameTypeRequiredDescription
verbosebooleanNoInclude detailed breakdown per decay class and kind. Default: false.

Example

Response
{
  "total": 142,
  "byTier": {
    "FACT": 12,
    "WORKING": 89,
    "CANDIDATE": 31,
    "QUARANTINE": 7,
    "CHALLENGED": 3
  },
  "byDecayClass": {
    "PERMANENT": 8,
    "STABLE": 92,
    "MODERATE": 28,
    "EPHEMERAL": 14
  },
  "entropy": 0.021,
  "alerts": [
    {
      "type": "EXPIRING_SOON",
      "count": 5,
      "message": "5 memories will decay below WORKING tier within 24h"
    },
    {
      "type": "UNRESOLVED_CONFLICTS",
      "count": 3,
      "message": "3 challenged memories need resolution"
    }
  ]
}

Alert Types

TypeTrigger
EXPIRING_SOONMemories will cross tier thresholds within 24h
UNRESOLVED_CONFLICTSCHALLENGED memories awaiting resolution
HIGH_ENTROPYEntropy exceeds warning threshold (0.05)
STALE_QUARANTINEQUARANTINE memories older than 7 days