II.
MemorySystem overview
Reference · livememory-system:agentmemory-service
agentmemory Cross-Agent Memory overview
Cross-agent persistent memory system with SHA-256 content-addressable deduplication and privacy filtering. The memory processing pipeline runs: SHA-256 dedup (reject exact duplicates) -> privacy filter (strip secrets, credentials, PII) -> store raw observation -> LLM compress (extract structured facts, concepts, narrative) -> vector embedding -> dual index (BM25 for keyword, vector for semantic). Supports cross-agent memory sharing where memories extracted by one agent are retrievable by another. Designed for accuracy-critical deployments where memory integrity and privacy are non-negotiable.
Attributes
displayName
agentmemory Cross-Agent Memory
description
Cross-agent persistent memory system with SHA-256 content-addressable
deduplication and privacy filtering. The memory processing pipeline
runs: SHA-256 dedup (reject exact duplicates) -> privacy filter (strip
secrets, credentials, PII) -> store raw observation -> LLM compress
(extract structured facts, concepts, narrative) -> vector embedding ->
dual index (BM25 for keyword, vector for semantic). Supports cross-agent
memory sharing where memories extracted by one agent are retrievable by
another. Designed for accuracy-critical deployments where memory integrity
and privacy are non-negotiable.
memoryKind
hybrid
persistence
cross-agent
autoExtraction
true
consolidation
on-write
storageFormat
vector-db
privacyFilter
true
deduplication
sha256
Outgoing edges
memory_system_integrates1
- tool:agentmemory·Toolagentmemory
realizes1
- layer:12-knowledge-fabric·LayerKnowledge Fabric
Incoming edges
uses_memory_system2
- agent-version:claude-sh@current·AgentVersion
- agent-version:hermes@current·AgentVersion