API reference
MemoryContext
Portable identity context. `userId` is the only required field —
MemoryContext
Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.
Portable identity context. userId is the only required field —
the lowest common denominator across Supermemory / Honcho / Mem0.
Adapter implementations translate the optional fields to their
provider's native primitives (Honcho session, Mem0 run_id, etc).
Signature
interface MemoryContext { /* ... */ }Kind
interface