mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 13:29:34 +00:00
5 lines
284 B
TypeScript
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";
|