Files
openclaw/extensions/memory-core/api.ts
2026-04-09 00:44:09 +01:00

9 lines
398 B
TypeScript

export type { OpenClawConfig } from "openclaw/plugin-sdk/memory-core";
export type {
MemoryEmbeddingProbeResult,
MemoryProviderStatus,
MemorySyncProgressUpdate,
} from "openclaw/plugin-sdk/memory-core-host-engine-storage";
export { removeBackfillDiaryEntries, writeBackfillDiaryEntries } from "./src/dreaming-narrative.js";
export { previewGroundedRemMarkdown } from "./src/rem-evidence.js";