UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

19 lines (18 loc) 504 B
import { t as defineBundledChannelEntry } from "../../channel-entry-contract-CSeSXPbE.js"; //#region extensions/sms/index.ts var sms_default = defineBundledChannelEntry({ id: "sms", name: "SMS", description: "Twilio SMS channel plugin for OpenClaw text messages.", importMetaUrl: import.meta.url, plugin: { specifier: "./channel-plugin-api.js", exportName: "smsPlugin" }, runtime: { specifier: "./api.js", exportName: "setSmsRuntime" } }); //#endregion export { sms_default as default };