openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
19 lines (18 loc) • 512 B
JavaScript
import { t as defineBundledChannelEntry } from "../../channel-entry-contract-r6BhwhwP.js";
//#region extensions/a2a/index.ts
var a2a_default = defineBundledChannelEntry({
id: "a2a",
name: "A2A",
description: "A2A v1.0 Agent-to-Agent protocol channel plugin",
importMetaUrl: import.meta.url,
plugin: {
specifier: "./channel-plugin-api.js",
exportName: "a2aChannelPlugin"
},
runtime: {
specifier: "./api.js",
exportName: "setA2aChannelRuntime"
}
});
//#endregion
export { a2a_default as default };