UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

16 lines 984 B
import { ws as OpenClawPluginToolContext } from "./types-C0dQmare.js"; import { n as ChannelSetupWizard } from "./setup-wizard-types-v792-YgC.js"; import { H as ChannelSetupAdapter } from "./types.adapters-B6PMXit1.js"; import { a as AnyAgentTool } from "./plugin-entry-BOAJmgcf.js"; //#region extensions/zalouser/src/tool.d.ts type ZalouserToolContext = Pick<OpenClawPluginToolContext, "deliveryContext">; declare function createZalouserTool(context?: ZalouserToolContext): AnyAgentTool; //#endregion //#region extensions/zalouser/src/setup-core.d.ts declare const zalouserSetupAdapter: ChannelSetupAdapter; declare function createZalouserSetupWizardProxy(loadWizard: () => Promise<ChannelSetupWizard>): ChannelSetupWizard; //#endregion //#region extensions/zalouser/src/setup-surface.d.ts declare const zalouserSetupWizard: ChannelSetupWizard; //#endregion export { createZalouserTool as i, createZalouserSetupWizardProxy as n, zalouserSetupAdapter as r, zalouserSetupWizard as t };