Skip to content

Memory Landscape

The Agent Memory market has formed several patterns: lightweight fact memory, temporal graphs, state checkpoints, multi-agent shared memory, and full RAG platforms.

Product patterns

PatternRepresentative productsStrengthTradeoff
Lightweight factsMem0Simple SDK, low intrusion, cross-session retrievalComplex temporal conflicts require extra engineering
Temporal graphZepStrong at state evolution, relationships, and context assemblyHeavier model and higher abstraction cost
Memory OSLettaAgents can self-edit long-term memoryHighly invasive control flow
State checkpointLangGraphSnapshots, rollback, and fault toleranceSemantic retrieval needs external systems
Multi-agent memoryCrewAIEasy shared context across rolesBlack-box behavior and token growth
Full RAG platformGraphlitMultimodal ETL and retrieval pipelineHeavy architecture and higher cost for lightweight memory

Shared market gaps

Existing memory products often share these gaps:

  • Memory write and recall are not transparent enough.
  • Developers cannot easily explain which memory shaped an answer.
  • Privacy, erasure, and lifecycle governance are not always first-class.
  • Memory is not deeply integrated with identity and web action.

GUM direction

GUM's differentiation is not being another memory store. It places memory inside the SAK ecosystem:

  • GenAuth provides identity-based behavior memory.
  • Web Agent provides search and action context.
  • Provenance records provide memory attribution and explainability.

White-box memory

GUM should emphasize white-box memory:

  • Which memory was recalled.
  • Why it was recalled.
  • Which conversation, search, or action produced it.
  • Whether the user confirmed, changed, or deleted it.
  • How it influenced the final answer.

Agent infrastructure for identity, memory, and web action.