Files
openclaw/src/agents/cli-runner/execute.runtime.ts
2026-06-03 22:59:39 -04:00

3 lines
105 B
TypeScript

// Runtime facade for executing prepared CLI runs.
export { executePreparedCliRun } from "./execute.js";