openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
19 lines (18 loc) • 832 B
JavaScript
import { g as resolveOwningPluginIdsForProviderRef } from "./plugin-auto-enable-pAtqig-B.js";
import { n as resolvePluginProviders } from "./providers.runtime-DOSqHxyZ.js";
import { n as resolveProviderPluginChoice } from "./provider-wizard-c8kW52IR.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,
resolvePluginProviders
};
//#endregion
export { authChoicePluginProvidersRuntime };