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

@@ -1,6 +1,6 @@
import type { MemoryPluginRuntime } from "openclaw/plugin-sdk/memory-core-host-runtime-core";
import { resolveMemoryBackendConfig } from "openclaw/plugin-sdk/memory-core-host-runtime-files";
import { closeAllMemorySearchManagers, getMemorySearchManager } from "./runtime-api.js";
import { closeAllMemorySearchManagers, getMemorySearchManager } from "./memory/index.js";
export const memoryRuntime: MemoryPluginRuntime = {
async getMemorySearchManager(params) {