mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 11:30:21 +00:00
refactor: remove memory-core runtime barrel
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user