openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 385 B
JavaScript
import { t as createChannelRegistryLoader } from "./registry-loader-CT1m5nQ1.js";
//#region src/channels/plugins/outbound/load.ts
const loadOutboundAdapterFromRegistry = createChannelRegistryLoader((entry) => entry.plugin.outbound);
async function loadChannelOutboundAdapter(id) {
return loadOutboundAdapterFromRegistry(id);
}
//#endregion
export { loadChannelOutboundAdapter as t };