Files
openclaw/src/cron/isolated-agent/run-execution-cli.runtime.ts
2026-07-03 22:56:06 -07:00

7 lines
193 B
TypeScript

// Heavy CLI-agent runtime imports kept behind the cron execution lazy boundary.
export {
getCliSessionBinding,
getCliSessionId,
runCliAgent,
} from "../../agents/cli-runner.runtime.js";