@zuno-ai/memory
v0.2.2
Published
Memory provider — storage-backed user/org memory entries with frozen-snapshot semantics and the `memory` tool surface.
Readme
@zuno-ai/memory
Memory provider — storage-backed user/org memory entries with frozen-snapshot semantics and the memory tool surface.
Use this package directly when: You want to swap in a custom memory provider, or you're building a composition root that needs createBuiltinMemory(storage) directly. The SDK's createZuno() wires this up by default.
For the typical embedded case, consume Zuno through the high-level @zuno-ai/sdk facade — createZuno(config) wires this package in alongside everything else with sensible defaults.
Install
pnpm add @zuno-ai/memorySee ./src for the public API. Types are emitted at publish time to ./dist/index.d.ts.
