epistemic_health
System health dashboard — tier distribution, entropy level, decay stats, and proactive alerts.
QUERY
epistemic_health
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
verbose | boolean | No | Include 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
| Type | Trigger |
|---|---|
EXPIRING_SOON | Memories will cross tier thresholds within 24h |
UNRESOLVED_CONFLICTS | CHALLENGED memories awaiting resolution |
HIGH_ENTROPY | Entropy exceeds warning threshold (0.05) |
STALE_QUARANTINE | QUARANTINE memories older than 7 days |