GitXplorerGitXplorer
R

autocoder

public
3 stars
0 forks
6 issues

Commits

List of commits on branch main.
Verified
78a91c0812afa5857dc2ce5800380228004b4721

Update README.md

RRafaelCosman committed 2 years ago
Verified
cc017efc72e11f2c7976ad6a10fef5949d1ff66f

Update README.md

RRafaelCosman committed 2 years ago
Verified
4d183903df5e99f5b4f1c7ec684c16da0b07f616

Update README.md

RRafaelCosman committed 2 years ago
Unverified
08bdd6b7981aa3d46993003b5cd331e3473818ed

adds a second debugging example to prompts.py

RRafaelCosman committed 2 years ago
Unverified
db03e0dee68ac4ff6d17fc533446f2795115d6e0

adds a debugging example to prompts.py

RRafaelCosman committed 2 years ago
Unverified
19b257d14353bc20631ed32ccc9652d33a6bdbe2

slight improvement to prompt, also breaks out HEADER text

RRafaelCosman committed 2 years ago

README

The README file for this repository.

Autocoder

autocoder is a command-line tool for automatically writing code directly in your repo. After installing, navigate to your project folder and then run autocoder "<instructions for what you want to do>"

For example:

  • cd my-repo
  • autocoder "please write me a login page"
  • autocoder "write me a webserver to serve the login page"
  • autocoder "run the webserver"
  • autocoder "please add styling to the login page so it looks better"

Autocoder will also automatically catch exceptions thrown by code it runs, and will attempt to fix bugs.

NOTE: Autocoder is a very much a prototype right now and has severe limitations.

Demo Video (60s)

Demo Video

Features demoed

  1. Writing new files
  2. Running console commands
  3. Debugging simple bugs
  4. Editing files

Note: The OpenAI API actually takes several seconds to reply, this waiting time was edited out to make the video shorter. Thus the tool in practice is significantly slower than shown in the video.