iiRecord
Agentic AI Atlas · Memory Consolidation
topic:memory-consolidationa5c.ai
II.
Topic JSON

topic:memory-consolidation

Structured · live

Memory Consolidation json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/topics/topics-knowledge-patterns.yamlCluster · domain
Record JSON
{
  "id": "topic:memory-consolidation",
  "_kind": "Topic",
  "_file": "domain/topics/topics-knowledge-patterns.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Memory Consolidation",
    "description": "Memory Consolidation as a cross-cutting topic — background processes that\nmerge, deduplicate, prune, and reorganize accumulated agent memories.\nCovers Claude Code's auto-dream cycle (a forked subagent with restricted\ntool surface that rewrites the memory directory), periodic consolidation\nin Zep and Mem0 (time-weighted decay, entity merging), and the general\npattern of treating memory as a living document that requires maintenance.\nWithout consolidation, auto-memory systems accumulate noise, contradictions,\nand redundancy that degrades retrieval quality over time. The key design\ndecisions are frequency (per-session, periodic, on-demand), scope (what\nmemories to touch), and safety (locks to prevent concurrent corruption).\n"
  },
  "outgoingEdges": [
    {
      "from": "topic:memory-consolidation",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    },
    {
      "from": "topic:memory-consolidation",
      "to": "specialization:ai-agents-conversational",
      "kind": "applies_to"
    },
    {
      "from": "topic:memory-consolidation",
      "to": "topic:auto-memory",
      "kind": "related_topics"
    },
    {
      "from": "topic:memory-consolidation",
      "to": "topic:organizational-memory",
      "kind": "related_topics"
    },
    {
      "from": "topic:memory-consolidation",
      "to": "topic:knowledge-freshness",
      "kind": "related_topics"
    }
  ],
  "incomingEdges": [
    {
      "from": "domain:knowledge-management",
      "to": "topic:memory-consolidation",
      "kind": "contains"
    },
    {
      "from": "topic:kradle-agent-memory-source",
      "to": "topic:memory-consolidation",
      "kind": "applies_to"
    },
    {
      "from": "topic:kradle-agent-memory-snapshot",
      "to": "topic:memory-consolidation",
      "kind": "applies_to"
    },
    {
      "from": "tool:zep",
      "to": "topic:memory-consolidation",
      "kind": "relates_to_topic",
      "attributes": {}
    },
    {
      "from": "topic:auto-memory",
      "to": "topic:memory-consolidation",
      "kind": "related_topics"
    },
    {
      "from": "topic:memory-scoping",
      "to": "topic:memory-consolidation",
      "kind": "related_topics"
    },
    {
      "from": "topic:memory-deduplication",
      "to": "topic:memory-consolidation",
      "kind": "related_topics"
    },
    {
      "from": "topic:memory-type-taxonomy",
      "to": "topic:memory-consolidation",
      "kind": "related_topics"
    }
  ]
}