mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 20:30:23 +00:00
refactor: lazy load cron auth and model runtime
This commit is contained in:
committed by
Peter Steinberger
parent
49563843dc
commit
9919e978ca
1
src/cron/isolated-agent/run-auth-profile.runtime.ts
Normal file
1
src/cron/isolated-agent/run-auth-profile.runtime.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { resolveSessionAuthProfileOverride } from "../../agents/auth-profiles/session-override.js";
|
||||
1
src/cron/isolated-agent/run-model-selection.runtime.ts
Normal file
1
src/cron/isolated-agent/run-model-selection.runtime.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { isCliProvider, resolveThinkingDefault } from "../../agents/model-selection.js";
|
||||
Reference in New Issue
Block a user