Skip to content

An agentic system that builds a full repo from a product requirements document (PRD)

Notifications You must be signed in to change notification settings

smith-nathanh/autoSWE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoSWE

autoSWE is a software engineering automation tool designed to produce a fully-functioning code repository based on a Produce Requirements Document (PRD). It produces the artifacts measured in DevBench , a software engineering benchmark designed to test the efficacy of LLM-based code generation systems.

For more detailed information on the features, tools, and processes used in autoSWE, please refer to the system/README.md document.

Features

  • Automated code generation from an input PRD.md file

Deployment with Flask

autoSWE is deployed using Flask, a lightweight WSGI web application framework in Python. Flask makes it easy to set up a web server and handle HTTP requests.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/autoSWE.git
    cd autoSWE
  2. Install the required dependencies:

    pip install -r requirements.txt

Running the Flask App

To launch the Flask application, run the following command:

python main.py

This will start the Flask development server, and you can access the application by navigating to http://127.0.0.1:5000 in your web browser.

About

An agentic system that builds a full repo from a product requirements document (PRD)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published