refactor(plugin-sdk): remove bundled provider setup shims

This commit is contained in:
Peter Steinberger
2026-03-29 20:23:00 +01:00
parent e133924047
commit fc5fdcb091
15 changed files with 278 additions and 372 deletions

View File

@@ -4,7 +4,7 @@ import { buildModelAliasIndex, modelKey } from "../agents/model-selection.js";
import type { OpenClawConfig } from "../config/config.js";
import type { ModelProviderConfig } from "../config/types.models.js";
import { isSecretRef, type SecretInput } from "../config/types.secrets.js";
import { OLLAMA_DEFAULT_BASE_URL } from "../plugin-sdk/provider-setup.js";
import { OLLAMA_DEFAULT_BASE_URL } from "../plugin-sdk/ollama-surface.js";
import type { RuntimeEnv } from "../runtime.js";
import { fetchWithTimeout } from "../utils/fetch-timeout.js";
import {

View File

@@ -1 +0,0 @@
export * from "../plugins/provider-vllm-setup.js";