iiRecord
Agentic AI Atlas · agentmemory Cross-Agent Memory
memory-system:agentmemory-servicea5c.ai
II.
MemorySystem JSON

memory-system:agentmemory-service

Structured · live

agentmemory Cross-Agent Memory json

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

File · domain/knowledge-fabric/memory-systems.yamlCluster · domain
Record JSON
{
  "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": {}
    }
  ]
}