Skip to main content
@praxa/sdk/memory is published in @praxa/sdk@0.3.0. It is a dependency-free, read-only federation layer for provider clients and transports that your backend already owns.

Install

Query an existing LangGraph store

The package covers Mem0, LangGraph, Zep, Graphiti, Letta, and OpenAI Agents sessions. Each adapter:
  • accepts an injected client or structural transport;
  • requires an explicit namespace mapper or session resolver;
  • performs no credential discovery;
  • exposes no provider-write API;
  • bounds time, result count, and payload size;
  • preserves source identity, record kind, provenance, and contradictions;
  • exposes partial provider failure instead of returning a false empty success.

Release boundary

The 0.3.0 release passed package verification and a clean install from the public npm registry. Adapters accept caller-owned clients, require caller-supplied tenant and subject namespace resolution, and implement no provider write, import, mirror, cutover, or hosted /v1/memory client. Use the CLI dry runs to inspect local project metadata without a credential or provider write. The hosted candidate API has a separate deployment and authorization boundary.
Last modified on August 14, 2026