mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 02:10:22 +00:00
perf(core): trim provider and inbound startup imports (#51927)
* fix(telegram): fail fast on stuck getUpdates * perf(core): trim provider and inbound startup imports
This commit is contained in:
@@ -16,7 +16,7 @@ export type {
|
||||
export {
|
||||
describeImageWithModel,
|
||||
describeImagesWithModel,
|
||||
} from "../media-understanding/providers/image.js";
|
||||
} from "../media-understanding/providers/image-runtime.js";
|
||||
export { transcribeOpenAiCompatibleAudio } from "../media-understanding/providers/openai-compatible-audio.js";
|
||||
export {
|
||||
assertOkOrThrowHttpError,
|
||||
|
||||
@@ -6,14 +6,10 @@ export type { ProviderAuthResult } from "../plugins/types.js";
|
||||
export type { ProviderAuthContext } from "../plugins/types.js";
|
||||
export type { AuthProfileStore, OAuthCredential } from "../agents/auth-profiles/types.js";
|
||||
|
||||
export {
|
||||
CLAUDE_CLI_PROFILE_ID,
|
||||
CODEX_CLI_PROFILE_ID,
|
||||
ensureAuthProfileStore,
|
||||
listProfilesForProvider,
|
||||
suggestOAuthProfileIdForLegacyDefault,
|
||||
upsertAuthProfile,
|
||||
} from "../agents/auth-profiles.js";
|
||||
export { CLAUDE_CLI_PROFILE_ID, CODEX_CLI_PROFILE_ID } from "../agents/auth-profiles/constants.js";
|
||||
export { ensureAuthProfileStore } from "../agents/auth-profiles/store.js";
|
||||
export { listProfilesForProvider, upsertAuthProfile } from "../agents/auth-profiles/profiles.js";
|
||||
export { suggestOAuthProfileIdForLegacyDefault } from "../agents/auth-profiles/repair.js";
|
||||
export {
|
||||
MINIMAX_OAUTH_MARKER,
|
||||
resolveOAuthApiKeyMarker,
|
||||
|
||||
Reference in New Issue
Block a user