mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 03:51:38 +00:00
8 lines
511 B
TypeScript
8 lines
511 B
TypeScript
// Irc API module exposes the plugin public contract.
|
|
export { createAccountStatusSink } from "openclaw/plugin-sdk/channel-outbound";
|
|
export { DEFAULT_ACCOUNT_ID } from "openclaw/plugin-sdk/account-id";
|
|
export type { ChannelPlugin } from "openclaw/plugin-sdk/channel-core";
|
|
export { PAIRING_APPROVED_MESSAGE } from "openclaw/plugin-sdk/channel-status";
|
|
export { buildBaseChannelStatusSummary } from "openclaw/plugin-sdk/status-helpers";
|
|
export { chunkTextForOutbound } from "openclaw/plugin-sdk/text-chunking";
|