mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 08:12:12 +00:00
fix: finish agent runtime import
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user