import { resolveAgentWorkspaceDir, resolveDefaultAgentId } from "../../agents/agent-scope.js"; import { applyPluginAutoEnable } from "../../config/plugin-auto-enable.js"; import type { OpenClawConfig } from "../../config/types.openclaw.js"; import { resolveRuntimePluginRegistry } from "../../plugins/loader.js"; import {
getActivePluginChannelRegistry,
getActivePluginChannelRegistryVersion,
} from "../../plugins/runtime.js"; import type { DeliverableMessageChannel } from "../../utils/message-channel.js";
const bootstrapAttempts = new Set<string>();
export function resetOutboundChannelBootstrapStateForTests(): void {
bootstrapAttempts.clear();
}
export function bootstrapOutboundChannelPlugin(params: {
channel: DeliverableMessageChannel;
cfg?: OpenClawConfig;
}): void { const cfg = params.cfg; if (!cfg) { return;
}
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.