Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ItzCrazyKns/Not-Devin

A simplified version of Devin the AI software engineer
https://github.com/ItzCrazyKns/Not-Devin

agi ai ai-software-engineer devin langchainjs not-devin software-engineer

Last synced: about 1 month ago
JSON representation

A simplified version of Devin the AI software engineer

Awesome Lists containing this project

README

        

# Not Devin

## Introduction

Not Devin is an open source clone of newly revealed AI software engineer Devin, its simpler than that but can do a lot of things.

## Features

What Not Devin does

- Writes code Just tell it what you need
- Runs the code it writes
- If something goes wrong it tries to fix the problem
- Can change your code to make it better
- Works with JavaScript and Python for now

Remember this is a basic version I plan to do more as I go

## Todos

- [ ] Build an UI
- [ ] Add browser tool (It currently exceeds the context window)

And many more as I move forward... If you want to help me add these features please open a PR or reach me via Discord (My username is ItzCrazyKns)

## Safety Warning

Not Devin is still early and simple it can run commands that might not be safe for your computer always check what it does before you let it run wild

## Getting Started

You need a few things to use Not Devin Like

- Node.js for JavaScript
- Python for Python code
- TypeScript installed since that's what Not Devin is written in

### Installation

1. Clone the repository

```bash
git clone https://github.com/ItzCrazyKns/Not-Devin.git
```

2. Install dependencies

```bash
npm i
```

3. Then rename the `.env.example` file to `.env.` and fill all the fields.

4. Build Not Devin

```bash
npm run build
```

5. Run Not Devin

```bash
npm run start
```

## Using Not Devin

After setting up just tell Not Devin what you want it to do It will write code run it and fix things if needed Be careful and check the code it makes

I am working on making Not Devin better. Let me know on Discord (My username is `itzcrazykns`) if you have ideas or found any bugs. Thanks for checking out Not Devin ⭐