Files
openclaw/src/agents/cli-runner.runtime.ts
2026-07-03 22:56:06 -07:00

11 lines
339 B
TypeScript

// Runtime barrel for CLI agent execution and session id helpers. Keeps callers
// importing this boundary instead of deep CLI runner/session modules.
export { runCliAgent } from "./cli-runner.js";
export {
clearCliSession,
getCliSessionBinding,
getCliSessionId,
setCliSessionBinding,
setCliSessionId,
} from "./cli-session.js";