openclaw/src/agents/claude-cli-runner.ts

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";