UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

11 lines 1.39 kB
import { Or as PluginRuntime, Wl as emptyPluginConfigSchema, os as OpenClawPluginApi } from "../agent-harness-runtime-CZIVRpx-.js"; import { g as ChannelMessageActionContext } from "../types.core-BppAaUkF.js"; import { n as normalizeAccountId, t as DEFAULT_ACCOUNT_ID } from "../account-id-Dh6XMgGH.js"; import { t as ChannelPlugin } from "../types.plugin-Cq873HiO.js"; import { i as buildChannelConfigSchema } from "../config-schema-Dxm6b-WP.js"; import { o as migrateBaseNameToDefaultAccount, t as applyAccountNameToChannelSection } from "../setup-helpers-B1dNOAvu.js"; import { i as setAccountEnabledInConfigSection, r as deleteAccountFromConfigSection, t as clearAccountEntryFields } from "../config-helpers-DRSCk8Ud.js"; import { n as formatPairingApproveHint } from "../helpers-juZNbDll.js"; import { t as PAIRING_APPROVED_MESSAGE } from "../pairing-message-CFs8lRw3.js"; import { t as getChatChannelMeta } from "../channel-plugin-common-BAYzMNst.js"; export { type ChannelMessageActionContext, type ChannelPlugin, DEFAULT_ACCOUNT_ID, type OpenClawPluginApi, PAIRING_APPROVED_MESSAGE, type PluginRuntime, applyAccountNameToChannelSection, buildChannelConfigSchema, clearAccountEntryFields, deleteAccountFromConfigSection, emptyPluginConfigSchema, formatPairingApproveHint, getChatChannelMeta, migrateBaseNameToDefaultAccount, normalizeAccountId, setAccountEnabledInConfigSection };