mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-14 02:31:24 +00:00
4 lines
207 B
TypeScript
4 lines
207 B
TypeScript
// Backwards-compatible entry point.
|
|
// Implementation lives in `src/agents/cli-runner.ts` (so we can reuse the same runner for other CLIs).
|
|
export { runClaudeCliAgent, runCliAgent } from "./cli-runner.js";
|