mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 05:30:43 +00:00
refactor(memory-host): narrow runtime adapters
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// Focused runtime contract for memory CLI/UI helpers.
|
||||
|
||||
export { formatErrorMessage, withManager } from "./host/openclaw-runtime.js";
|
||||
export { formatHelpExamples } from "./host/openclaw-runtime.js";
|
||||
export { resolveCommandSecretRefsViaGateway } from "./host/openclaw-runtime.js";
|
||||
export { withProgress, withProgressTotals } from "./host/openclaw-runtime.js";
|
||||
export { defaultRuntime } from "./host/openclaw-runtime.js";
|
||||
export { formatDocsLink } from "./host/openclaw-runtime.js";
|
||||
export { colorize, isRich, theme } from "./host/openclaw-runtime.js";
|
||||
export { isVerbose, setVerbose } from "./host/openclaw-runtime.js";
|
||||
export { shortenHomeInString, shortenHomePath } from "./host/openclaw-runtime.js";
|
||||
export { formatErrorMessage, withManager } from "./host/openclaw-runtime-cli.js";
|
||||
export { formatHelpExamples } from "./host/openclaw-runtime-cli.js";
|
||||
export { resolveCommandSecretRefsViaGateway } from "./host/openclaw-runtime-cli.js";
|
||||
export { withProgress, withProgressTotals } from "./host/openclaw-runtime-cli.js";
|
||||
export { defaultRuntime } from "./host/openclaw-runtime-cli.js";
|
||||
export { formatDocsLink } from "./host/openclaw-runtime-cli.js";
|
||||
export { colorize, isRich, theme } from "./host/openclaw-runtime-cli.js";
|
||||
export { isVerbose, setVerbose } from "./host/openclaw-runtime-cli.js";
|
||||
export { shortenHomeInString, shortenHomePath } from "./host/openclaw-runtime-cli.js";
|
||||
|
||||
Reference in New Issue
Block a user