openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 376 B
JavaScript
import { t as createPluginRuntimeStore } from "./runtime-store-CjjjpvHZ.js";
//#region extensions/a2a/src/runtime.ts
const { setRuntime: setA2aChannelRuntime, getRuntime: getA2aChannelRuntime } = createPluginRuntimeStore({
pluginId: "a2a",
errorMessage: "A2A channel runtime not initialized"
});
//#endregion
export { setA2aChannelRuntime as n, getA2aChannelRuntime as t };