II.
MemorySystem JSON
Structured · livememory-system:agentmemory-service
agentmemory Cross-Agent Memory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:agentmemory-service",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "agentmemory Cross-Agent Memory",
"description": "Cross-agent persistent memory system with SHA-256 content-addressable\ndeduplication and privacy filtering. The memory processing pipeline\nruns: SHA-256 dedup (reject exact duplicates) -> privacy filter (strip\nsecrets, credentials, PII) -> store raw observation -> LLM compress\n(extract structured facts, concepts, narrative) -> vector embedding ->\ndual index (BM25 for keyword, vector for semantic). Supports cross-agent\nmemory sharing where memories extracted by one agent are retrievable by\nanother. Designed for accuracy-critical deployments where memory integrity\nand privacy are non-negotiable.\n",
"memoryKind": "hybrid",
"persistence": "cross-agent",
"autoExtraction": true,
"consolidation": "on-write",
"storageFormat": "vector-db",
"privacyFilter": true,
"deduplication": "sha256"
},
"outgoingEdges": [
{
"from": "memory-system:agentmemory-service",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
},
{
"from": "memory-system:agentmemory-service",
"to": "tool:agentmemory",
"kind": "memory_system_integrates",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-version:claude-sh@current",
"to": "memory-system:agentmemory-service",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "agent-version:hermes@current",
"to": "memory-system:agentmemory-service",
"kind": "uses_memory_system",
"attributes": {}
}
]
}