Skip to content

Claude Engineer is an interactive command-line interface (CLI) that leverages the power of Anthropic's Claude-3.5-Sonnet model to assist with software development tasks.This framework enables Claude to generate and manage its own tools, continuously expanding its capabilities through conversation. Available both as a CLI and a modern web interface

Notifications You must be signed in to change notification settings

jasonkneen/claude-engineer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CE3 Node.js Wrapper

This is a Node.js wrapper around ce3.py that provides a seamless experience for running the Claude Engineer v3 interface through Node.js.

Installation

  1. Make sure you have Node.js and Python installed
  2. Run npm install to install dependencies
  3. Ensure ce3.py is in the same directory

Usage

Simply run:

npm start

This will start the CE3 interface through Node.js, maintaining the same interactive experience as the Python version.

How it works

The wrapper uses python-shell to create a bidirectional communication channel between Node.js and the Python script, proxying all I/O seamlessly.

About

Claude Engineer is an interactive command-line interface (CLI) that leverages the power of Anthropic's Claude-3.5-Sonnet model to assist with software development tasks.This framework enables Claude to generate and manage its own tools, continuously expanding its capabilities through conversation. Available both as a CLI and a modern web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.0%
  • TypeScript 7.0%
  • JavaScript 5.3%
  • CSS 1.3%
  • HTML 1.1%
  • Shell 0.3%