mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 20:51:10 +00:00
refactor: move memory host into sdk package
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
// Compatibility aggregate for older imports.
|
||||
// Prefer the narrower `memory-core-host-engine-*` subpaths for new code.
|
||||
|
||||
export * from "./memory-core-host-engine-foundation.js";
|
||||
export * from "./memory-core-host-engine-storage.js";
|
||||
export * from "./memory-core-host-engine-embeddings.js";
|
||||
export * from "./memory-core-host-engine-qmd.js";
|
||||
1
src/plugin-sdk/memory-core-host-multimodal.ts
Normal file
1
src/plugin-sdk/memory-core-host-multimodal.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "../../packages/memory-host-sdk/src/multimodal.js";
|
||||
1
src/plugin-sdk/memory-core-host-query.ts
Normal file
1
src/plugin-sdk/memory-core-host-query.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "../../packages/memory-host-sdk/src/query.js";
|
||||
@@ -1,6 +0,0 @@
|
||||
// Compatibility aggregate for older imports.
|
||||
// Prefer the narrower `memory-core-host-runtime-*` subpaths for new code.
|
||||
|
||||
export * from "./memory-core-host-runtime-core.js";
|
||||
export * from "./memory-core-host-runtime-cli.js";
|
||||
export * from "./memory-core-host-runtime-files.js";
|
||||
1
src/plugin-sdk/memory-core-host-secret.ts
Normal file
1
src/plugin-sdk/memory-core-host-secret.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "../../packages/memory-host-sdk/src/secret.js";
|
||||
1
src/plugin-sdk/memory-core-host-status.ts
Normal file
1
src/plugin-sdk/memory-core-host-status.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "../../packages/memory-host-sdk/src/status.js";
|
||||
@@ -1,2 +0,0 @@
|
||||
export * from "./memory-core-host-runtime.js";
|
||||
export * from "./memory-core-host-engine.js";
|
||||
Reference in New Issue
Block a user