perf: split provider metadata from runtime loading

This commit is contained in:
Peter Steinberger
2026-03-22 21:41:07 +00:00
parent abd948f2b7
commit 4235fb16d6
22 changed files with 106 additions and 97 deletions

View File

@@ -3,7 +3,7 @@ import { parseModelRef } from "../agents/model-selection.js";
import { normalizeProviderId } from "../agents/model-selection.js";
import type { OpenClawConfig } from "../config/config.js";
import type { WizardPrompter } from "../wizard/prompts.js";
import { resolvePluginProviders } from "./providers.js";
import { resolvePluginProviders } from "./providers.runtime.js";
import type {
ProviderAuthMethod,
ProviderPlugin,