#!/usr/bin/env node /** * Coding Agent — TypeScript CLI * Uses Claude + tool calling to write, run, and fix code autonomously. * * Setup: * npm install tsx typescript @types/node * export ANTHROPIC_API_KEY=sk-ant-... * chmod +x agent.ts * ./agent.ts (interactive REPL) * ./agent.ts "sort a list of numbers in perl" (one-shot) */ export {}; //# sourceMappingURL=agent.d.ts.map