diff --git a/extensions/memory-core/index.ts b/extensions/memory-core/index.ts index 05f6aa069fe..6559485e46a 100644 --- a/extensions/memory-core/index.ts +++ b/extensions/memory-core/index.ts @@ -1,5 +1,5 @@ -import type { OpenClawPluginApi } from "openclaw/plugin-sdk/core"; -import { emptyPluginConfigSchema } from "openclaw/plugin-sdk/core"; +import type { OpenClawPluginApi } from "openclaw/plugin-sdk/memory-core"; +import { emptyPluginConfigSchema } from "openclaw/plugin-sdk/memory-core"; const memoryCorePlugin = { id: "memory-core",