Memory Layers

Three-Tier Architecture

SKMemory organizes memories into three persistence tiers, automatically promoting based on access patterns and importance scores.

Short-Term Memory

Mid-Term Memory

Long-Term Memory

Semantic Quadrants

Each memory is automatically routed into one of four quadrants:

Emotional Fingerprints

Every memory captures an emotional snapshot:


{
  "emotions": ["curiosity", "excitement"],
  "intensity": 8,
  "valence": 0.85,
  "topology": {
    "trust": 0.9,
    "connection": 0.8
  }
}

This enables emotionally-aware recall โ€” finding not just what you know, but how you felt when you learned it.