Files
openclaw/src/plugin-sdk/memory-lancedb.ts
Nimrod Gutman b98f3634c4 fix(memory): bootstrap lancedb runtime on demand (#53111)
Bootstrap LanceDB into plugin runtime state on first use for packaged/global installs, keep @lancedb/lancedb plugin-local, and add regression coverage for bundled, cached, retry, and Nix fail-fast runtime paths.

Co-authored-by: Val Alexander <68980965+BunsDev@users.noreply.github.com>
2026-03-23 15:07:24 -05:00

7 lines
325 B
TypeScript

// Narrow plugin-sdk surface for the bundled memory-lancedb plugin.
// Keep this list additive and scoped to symbols used under extensions/memory-lancedb.
export { definePluginEntry } from "./plugin-entry.js";
export { resolveStateDir } from "./state-paths.js";
export type { OpenClawPluginApi } from "../plugins/types.js";