mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
perf(cron): narrow execution and skill runtime imports
This commit is contained in:
@@ -2,7 +2,7 @@ export { resolveEffectiveModelFallbacks } from "../../agents/agent-scope.js";
|
||||
export { resolveBootstrapWarningSignaturesSeen } from "../../agents/bootstrap-budget.js";
|
||||
export { LiveSessionModelSwitchError } from "../../agents/live-model-switch-error.js";
|
||||
export { runWithModelFallback } from "../../agents/model-fallback.js";
|
||||
export { isCliProvider } from "../../agents/model-selection.js";
|
||||
export { isCliProvider } from "../../agents/model-selection-cli.js";
|
||||
export { normalizeVerboseLevel } from "../../auto-reply/thinking.js";
|
||||
export { resolveSessionTranscriptPath } from "../../config/sessions/paths.js";
|
||||
export { registerAgentRunContext } from "../../infra/agent-events.js";
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
export { canExecRequestNode } from "../../agents/exec-defaults.js";
|
||||
export {
|
||||
buildWorkspaceSkillSnapshot,
|
||||
getRemoteSkillEligibility,
|
||||
getSkillsSnapshotVersion,
|
||||
} from "./run.runtime.js";
|
||||
export { buildWorkspaceSkillSnapshot } from "../../agents/skills.js";
|
||||
export { getSkillsSnapshotVersion } from "../../agents/skills/refresh.js";
|
||||
export { getRemoteSkillEligibility } from "../../infra/skills-remote.js";
|
||||
|
||||
Reference in New Issue
Block a user