Files
openclaw/src/plugin-sdk/channel-core.ts
2026-04-06 20:30:20 +01:00

23 lines
504 B
TypeScript

export type {
ChannelConfigUiHint,
ChannelPlugin,
OpenClawConfig,
OpenClawPluginApi,
PluginCommandContext,
PluginRuntime,
ChannelOutboundSessionRouteParams,
} from "./core.js";
export {
buildChannelConfigSchema,
buildChannelOutboundSessionRoute,
clearAccountEntryFields,
createChatChannelPlugin,
defineChannelPluginEntry,
defineSetupPluginEntry,
parseOptionalDelimitedEntries,
stripChannelTargetPrefix,
stripTargetKindPrefix,
tryReadSecretFileSync,
} from "./core.js";