fix: finish agent runtime import

This commit is contained in:
Peter Steinberger
2026-05-26 05:28:41 +01:00
parent c844d01375
commit f2a8a79fa3

View File

@@ -32,15 +32,15 @@ import type { ProviderRuntimeModel } from "../../plugins/provider-runtime-model.
import { resolveUserPath } from "../../utils.js";
import type { AuthProfileStore } from "../auth-profiles/types.js";
import { resolveModelAsync } from "../embedded-agent-runner/model.js";
import {
bundledStaticCatalogProviderUsesRuntimeAugment,
resolveBundledStaticCatalogModel,
} from "../embedded-agent-runner/model.static-catalog.js";
import { isMinimaxVlmProvider } from "../minimax-vlm.js";
import {
resolveImageFallbackCandidates,
resolveImageFallbackDefaultProvider,
} from "../model-fallback.js";
import {
bundledStaticCatalogProviderUsesRuntimeAugment,
resolveBundledStaticCatalogModel,
} from "../pi-embedded-runner/model.static-catalog.js";
import {
coerceImageAssistantText,
coerceImageModelConfig,