mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 16:30:33 +00:00
refactor: clean memory plugin host boundary
This commit is contained in:
@@ -2,7 +2,6 @@ import fsSync from "node:fs";
|
||||
import fs from "node:fs/promises";
|
||||
import os from "node:os";
|
||||
import path from "node:path";
|
||||
import type { OpenClawConfig } from "openclaw/plugin-sdk/memory-core";
|
||||
import {
|
||||
colorize,
|
||||
defaultRuntime,
|
||||
@@ -23,7 +22,8 @@ import {
|
||||
withManager,
|
||||
withProgress,
|
||||
withProgressTotals,
|
||||
} from "openclaw/plugin-sdk/memory-core";
|
||||
type OpenClawConfig,
|
||||
} from "./api.js";
|
||||
import type { MemoryCommandOptions, MemorySearchCommandOptions } from "./cli.types.js";
|
||||
|
||||
type MemoryManager = NonNullable<Awaited<ReturnType<typeof getMemorySearchManager>>["manager"]>;
|
||||
|
||||
Reference in New Issue
Block a user