refactor: remove memory-core runtime barrel

This commit is contained in:
Peter Steinberger
2026-03-27 02:54:13 +00:00
parent c9ab095099
commit f6de4cd766
6 changed files with 6 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ import {
normalizeExtraMemoryPaths,
} from "openclaw/plugin-sdk/memory-core-host-runtime-files";
import type { MemoryCommandOptions, MemorySearchCommandOptions } from "./cli.types.js";
import { getMemorySearchManager } from "./runtime-api.js";
import { getMemorySearchManager } from "./memory/index.js";
type MemoryManager = NonNullable<Awaited<ReturnType<typeof getMemorySearchManager>>["manager"]>;
type MemoryManagerPurpose = Parameters<typeof getMemorySearchManager>[0]["purpose"];