Files
openclaw/src/memory-host-sdk/engine-storage.ts
2026-06-19 01:20:06 +08:00

12 lines
379 B
TypeScript

/**
* Core-facing facade for memory backend storage config resolution. Keep this
* path stable while the shared SDK package owns provider status semantics.
*/
export {
MEMORY_INDEX_CHUNKS_TABLE,
MEMORY_INDEX_META_TABLE,
MEMORY_INDEX_SOURCES_TABLE,
resolveMemoryBackendConfig,
type MemoryProviderStatus,
} from "../../packages/memory-host-sdk/src/engine-storage.js";