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