Files
openclaw/src/agents/cli-runner.runtime.ts
2026-06-03 22:15:52 -04:00

5 lines
284 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, getCliSessionId, setCliSessionId } from "./cli-session.js";