fix(memory-lancedb): use neutral memory host import · openclaw/openclaw@6c859d8
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
File tree
extensions/memory-lancedb
| Original file line number | Diff line number | Diff line change |
|---|
@@ -15,7 +15,7 @@ import {
|
15 | 15 | getMemoryEmbeddingProvider, |
16 | 16 | type MemoryEmbeddingProvider, |
17 | 17 | } from "openclaw/plugin-sdk/memory-core-host-engine-embeddings"; |
18 | | -import { resolveDefaultAgentId } from "openclaw/plugin-sdk/memory-core-host-runtime-core"; |
| 18 | +import { resolveDefaultAgentId } from "openclaw/plugin-sdk/memory-host-core"; |
19 | 19 | import { resolveLivePluginConfigObject } from "openclaw/plugin-sdk/plugin-config-runtime"; |
20 | 20 | import { ensureGlobalUndiciEnvProxyDispatcher } from "openclaw/plugin-sdk/runtime-env"; |
21 | 21 | import { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。