openclaw/extensions/irc/src/channel-api.ts

7 lines
464 B
TypeScript

export { createAccountStatusSink } from "openclaw/plugin-sdk/channel-lifecycle";
export { PAIRING_APPROVED_MESSAGE } from "openclaw/plugin-sdk/channel-status";
export { buildBaseChannelStatusSummary } from "openclaw/plugin-sdk/status-helpers";
export type { ChannelPlugin } from "openclaw/plugin-sdk/core";
export { DEFAULT_ACCOUNT_ID, getChatChannelMeta } from "openclaw/plugin-sdk/core";
export { chunkTextForOutbound } from "openclaw/plugin-sdk/text-chunking";