mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
refactor: consolidate coercion ownership (#122692)
* refactor: consolidate coercion ownership * test: align shard check with weighted planning * chore: refresh plugin SDK API baseline
This commit is contained in:
committed by
GitHub
parent
7c58151445
commit
c23d66e3b5
@@ -1,3 +1,7 @@
|
||||
import {
|
||||
parseStrictFiniteNumber,
|
||||
parseStrictPositiveInteger,
|
||||
} from "@openclaw/normalization-core/number-coercion";
|
||||
import { resolveAgentDir, resolveDefaultAgentId } from "../../agents/agent-scope.js";
|
||||
import {
|
||||
listProfilesForProvider,
|
||||
@@ -9,10 +13,6 @@ import {
|
||||
setRuntimeConfigSnapshot,
|
||||
} from "../../config/config.js";
|
||||
import type { OpenClawConfig } from "../../config/types.openclaw.js";
|
||||
import {
|
||||
parseStrictFiniteNumber,
|
||||
parseStrictPositiveInteger,
|
||||
} from "../../infra/parse-finite-number.js";
|
||||
import { writeRuntimeJson, defaultRuntime, type RuntimeEnv } from "../../runtime.js";
|
||||
import { getProviderEnvVars } from "../../secrets/provider-env-vars.js";
|
||||
import { resolveCommandConfigWithSecrets } from "../command-config-resolution.js";
|
||||
|
||||
Reference in New Issue
Block a user