II.
MemorySystem JSON
Structured · livememory-system:mempalace-service
MemPalace Memory Service json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:mempalace-service",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "MemPalace Memory Service",
"description": "Benchmarked agent memory system with quality scoring and retrieval ranking.\nMemories are stored with relevance scores that decay or strengthen over\ntime based on usage patterns. The benchmarking focus means MemPalace\nprioritizes measurable retrieval accuracy (92.2% fact recall reported)\nover feature breadth. Scored retrieval ranks memories by relevance,\nrecency, and usage frequency, returning the most contextually appropriate\nmemories for the current conversation.\n",
"memoryKind": "api-service",
"persistence": "cross-agent",
"autoExtraction": true,
"consolidation": "periodic",
"storageFormat": "custom",
"privacyFilter": false,
"deduplication": "semantic"
},
"outgoingEdges": [
{
"from": "memory-system:mempalace-service",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
},
{
"from": "memory-system:mempalace-service",
"to": "tool:mempalace",
"kind": "memory_system_integrates",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "knowledge-fabric-impl:mempalace-fabric",
"to": "memory-system:mempalace-service",
"kind": "uses_memory_system",
"attributes": {}
}
]
}