mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 11:25:50 -06:00
refactor: remove dead split facades (#114726)
* refactor: remove dead split facades * fix: update facade ownership references
This commit is contained in:
committed by
GitHub
parent
3b008b061d
commit
f275db6974
@@ -6,7 +6,7 @@ import {
|
||||
} from "@openclaw/normalization-core/string-coerce";
|
||||
import type { Command } from "commander";
|
||||
import { resolveAgentDir, resolveDefaultAgentId } from "../../agents/agent-scope.js";
|
||||
import { runWithImageModelFallback } from "../../agents/model-fallback.js";
|
||||
import { runWithImageModelFallback } from "../../agents/model-fallback-image.js";
|
||||
import { getRuntimeConfig } from "../../config/config.js";
|
||||
import { resolveAgentModelPrimaryValue } from "../../config/model-input.js";
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user