mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 01:21:36 +00:00
5 lines
197 B
TypeScript
5 lines
197 B
TypeScript
import { createChannelReplyPipeline } from "openclaw/plugin-sdk/channel-reply-pipeline";
|
|
import { deliverReplies } from "./bot/delivery.js";
|
|
|
|
export { createChannelReplyPipeline, deliverReplies };
|