Skip to content

Amp Free generates a coding agent in JavaScript

ugmurthy/CodingAgent

Repository files navigation

JS Coding Agent

A CLI coding agent built in JavaScript/Node.js using OpenRouter to access Claude for conversational code editing.

Setup

  1. Install dependencies: pnpm install
  2. Get an OpenRouter API key from openrouter.ai
  3. Set environment variable: export OPENROUTER_API_KEY=your_key_here
  4. Run: pnpm start

Features

  • Chat with Claude via CLI
  • Tools: read_file, list_files, edit_file
  • Asynchronous file operations
  • Error handling

Usage

Start the agent and type messages. Claude can use tools to read, list, and edit files.

Example: "Create a hello.js file with console.log('Hello!')"

About

Amp Free generates a coding agent in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published