Files
openclaw/extensions/memory-core/src/cli.host.runtime.ts
2026-06-04 21:40:44 -04:00

28 lines
719 B
TypeScript

// Memory Core plugin module implements cli.host behavior.
export {
colorize,
defaultRuntime,
formatErrorMessage,
isRich,
resolveCommandSecretRefsViaGateway,
setVerbose,
shortenHomeInString,
shortenHomePath,
theme,
withManager,
withProgress,
withProgressTotals,
} from "openclaw/plugin-sdk/memory-core-host-runtime-cli";
export {
getRuntimeConfig,
resolveDefaultAgentId,
resolveSessionTranscriptsDirForAgent,
resolveStateDir,
type OpenClawConfig,
} from "openclaw/plugin-sdk/memory-core-host-runtime-core";
export {
listMemoryFiles,
normalizeExtraMemoryPaths,
} from "openclaw/plugin-sdk/memory-core-host-runtime-files";
export { getMemorySearchManager } from "./memory/index.js";