UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

13 lines (12 loc) 776 B
import { t as createChannelReplyPipeline } from "./reply-pipeline-eJPstCAz.js"; import "./inbound-reply-dispatch-DXCBLxVP.js"; import { t as deliverInboundReplyWithMessageSendContext } from "./channel-outbound-B3_Zy-kG.js"; //#region src/plugin-sdk/channel-message.ts /** @deprecated Use `createChannelMessageReplyPipeline(...)` from `openclaw/plugin-sdk/channel-outbound`. */ function createChannelTurnReplyPipeline(params) { return createChannelReplyPipeline(params); } /** @deprecated Use `deliverInboundReplyWithMessageSendContext(...)` from `openclaw/plugin-sdk/channel-outbound`. */ const deliverDurableInboundReplyPayload = deliverInboundReplyWithMessageSendContext; //#endregion export { deliverDurableInboundReplyPayload as n, createChannelTurnReplyPipeline as t };