II.
Topic JSON
Structured · livetopic:memory-consolidation
Memory Consolidation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}