@mysten-incubation/memwal
Use this first.
- relayer-backed
- best path for most teams
- main methods:
remember,recall,analyze,restore,health
@mysten-incubation/memwal/manual
Use this when the client must handle embeddings and local SEAL operations.
- relayer still handles upload relay, registration, search, and restore
@mysten-incubation/memwal/ai
Use this when you already use the AI SDK.
Namespace
Both clients support a default namespace. If you omit it, it falls back to"default".
Recommended Path
- Start with
MemWal - Set a namespace explicitly
- Validate
remember,recall,analyze, andrestore - Move to
MemWalManualonly if you need client-managed embeddings and local SEAL work