openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
16 lines (15 loc) • 456 B
JavaScript
import { n as defineBundledChannelSetupEntry } from "../../channel-entry-contract-r6BhwhwP.js";
//#region extensions/a2a/setup-entry.ts
var setup_entry_default = defineBundledChannelSetupEntry({
importMetaUrl: import.meta.url,
plugin: {
specifier: "./setup-plugin-api.js",
exportName: "a2aChannelSetupPlugin"
},
runtime: {
specifier: "./api.js",
exportName: "setA2aChannelRuntime"
}
});
//#endregion
export { setup_entry_default as default };