Files
openclaw/src/plugin-sdk/memory-core.ts
2026-05-14 12:50:22 +08:00

6 lines
148 B
TypeScript

/**
* @deprecated Use `openclaw/plugin-sdk/memory-host-core` for vendor-neutral
* memory host helpers.
*/
export * from "./memory-host-core.js";