import os from "node:os"; import path from "node:path"; import { resolveMemorySearchConfig } from "../agents/memory-search.js"; import { resolveStateDir } from "../config/paths.js"; import type { OpenClawConfig } from "../config/types.js"; import type { getAgentLocalStatuses as getAgentLocalStatusesFn } from "./status.agent-local.js"; import {
resolveSharedMemoryStatusSnapshot,
type MemoryPluginStatus,
type MemoryStatusSnapshot,
} from "./status.scan.shared.js";
let statusScanDepsRuntimeModulePromise:
| Promise<typeofimport("./status.scan.deps.runtime.js")>
| undefined;
function loadStatusScanDepsRuntimeModule() {
statusScanDepsRuntimeModulePromise ??= import("./status.scan.deps.runtime.js"); return statusScanDepsRuntimeModulePromise;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.