fix(memory-lancedb): use scoped config runtime import · openclaw/openclaw@37ea03d
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 |
|---|
@@ -10,12 +10,12 @@ import { Buffer } from "node:buffer";
|
10 | 10 | import { randomUUID } from "node:crypto"; |
11 | 11 | import type * as LanceDB from "@lancedb/lancedb"; |
12 | 12 | import OpenAI from "openai"; |
13 | | -import { resolveDefaultAgentId } from "openclaw/plugin-sdk/config-runtime"; |
14 | 13 | import type { OpenClawConfig } from "openclaw/plugin-sdk/config-types"; |
15 | 14 | import { |
16 | 15 | getMemoryEmbeddingProvider, |
17 | 16 | type MemoryEmbeddingProvider, |
18 | 17 | } from "openclaw/plugin-sdk/memory-core-host-engine-embeddings"; |
| 18 | +import { resolveDefaultAgentId } from "openclaw/plugin-sdk/memory-core-host-runtime-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阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。