UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

19 lines (18 loc) 892 B
import { f as resolveOwningPluginIdsForProviderRef } from "./providers-DCe4UB6a.js"; import { n as resolvePluginProvidersCore } from "./providers.runtime-DCovueHC.js"; import { n as resolveProviderPluginChoiceCore } from "./provider-wizard-hG2uUlpf.js"; //#region src/commands/onboard-non-interactive/local/auth-choice.plugin-providers.runtime.ts /** * Runtime-only provider plugin helpers for non-interactive onboarding. * * Kept behind a lazy boundary so ordinary local setup can infer core auth * choices without loading plugin provider discovery. */ /** Provider discovery surface used by non-interactive auth-choice handling. */ const authChoicePluginProvidersRuntime = { resolveOwningPluginIdsForProviderRef, resolveProviderPluginChoice: resolveProviderPluginChoiceCore, resolvePluginProviders: resolvePluginProvidersCore }; //#endregion export { authChoicePluginProvidersRuntime };