mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-21 14:11:26 +00:00
refactor: move memory host into sdk package
This commit is contained in:
@@ -4,7 +4,7 @@ import type {
|
||||
MemoryEmbeddingProbeResult,
|
||||
MemoryProviderStatus,
|
||||
MemorySyncProgressUpdate,
|
||||
} from "../plugins/memory-host/types.js";
|
||||
} from "../plugin-sdk/memory-core-host-engine-storage.js";
|
||||
|
||||
export type MemoryPromptSectionBuilder = (params: {
|
||||
availableTools: Set<string>;
|
||||
|
||||
Reference in New Issue
Block a user