import { getChannelPlugin, getLoadedChannelPlugin } from "../../channels/plugins/index.js"; import type { ChannelPlugin } from "../../channels/plugins/types.plugin.js"; import type { OpenClawConfig } from "../../config/types.openclaw.js"; import { getActivePluginRegistry } from "../../plugins/runtime.js"; import {
isDeliverableMessageChannel,
normalizeMessageChannel,
type DeliverableMessageChannel,
} from "../../utils/message-channel.js"; import {
bootstrapOutboundChannelPlugin,
resetOutboundChannelBootstrapStateForTests,
} from "./channel-bootstrap.runtime.js";
export function resetOutboundChannelResolutionStateForTest(): void {
resetOutboundChannelBootstrapStateForTests();
}
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.