Skip to main content
const { memories } = await naive.memory.list();
await naive.memory.add({ content: "Customer prefers concise weekly reports" });
await naive.memory.remove(memoryId);
Per-user and AccountKit-gated: naive.memory or naive.forUser(id).memory. Memory is owned by the subject’s Hermes container and mirrored to the managed database. See the Orchestration guide.