UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 2.34 kB
import { a as ensureAuthProfileStoreWithoutExternalProfiles, r as ensureAuthProfileStore } from "./store-F1B2duCT.js"; import { a as resolveAuthProfileOrder, o as resolveAuthProfileOrderWithMetadata } from "./order-CC2RBzI5.js"; import { t as resolveEnvApiKey } from "./model-auth-env-Dq9W4xg9.js"; import { S as resolveUsableCustomProviderApiKey, T as shouldPreferExplicitConfigApiKeyAuth, a as hasSyntheticLocalProviderAuthConfig, b as resolveProviderEntryApiKeyProfileReference, n as canUseProfileAsProviderEntryApiKey, o as hasUsableCustomProviderApiKey, r as getCustomProviderApiKey, s as isConfigBackedInlineProviderApiKey, y as resolveProviderEntryApiKeyBinding } from "./model-auth-provider-config-C_kr_q2g.js"; import { a as isProviderAuthError, i as isMissingProviderAuthError, n as ProviderAuthError, o as requireApiKey, r as formatMissingAuthError, s as resolveAwsSdkEnvVarName, t as MissingProviderAuthError } from "./model-auth-runtime-shared-C48YoQY0.js"; import { a as hasRuntimeAvailableProviderAuth, i as createRuntimeProviderAuthLookup, o as prepareRuntimeAvailableProviderAuth, t as resolveApiKeyForProviderCore } from "./model-auth-provider-Dd_3dXeY.js"; import { a as hasAvailableAuthForProvider, i as getApiKeyForModelCore, n as applyLocalNoAuthHeaderOverride, o as resolveModelAuthMode, r as applySecretRefHeaderSentinels, t as applyAuthHeaderOverride } from "./model-auth-C48_DZ-I.js"; export { MissingProviderAuthError, ProviderAuthError, applyAuthHeaderOverride, applyLocalNoAuthHeaderOverride, applySecretRefHeaderSentinels, canUseProfileAsProviderEntryApiKey, createRuntimeProviderAuthLookup, ensureAuthProfileStore, ensureAuthProfileStoreWithoutExternalProfiles, formatMissingAuthError, getApiKeyForModelCore, getCustomProviderApiKey, hasAvailableAuthForProvider, hasRuntimeAvailableProviderAuth, hasSyntheticLocalProviderAuthConfig, hasUsableCustomProviderApiKey, isConfigBackedInlineProviderApiKey, isMissingProviderAuthError, isProviderAuthError, prepareRuntimeAvailableProviderAuth, requireApiKey, resolveApiKeyForProviderCore, resolveAuthProfileOrder, resolveAuthProfileOrderWithMetadata, resolveAwsSdkEnvVarName, resolveEnvApiKey, resolveModelAuthMode, resolveProviderEntryApiKeyBinding, resolveProviderEntryApiKeyProfileReference, resolveUsableCustomProviderApiKey, shouldPreferExplicitConfigApiKeyAuth };