Skip to content

acm-ucr/swe-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWE Agent

This is the first iteration of a local, distributed SWE agent system. The goal of this first iteration is to automate the creation of the frontend and backend of a basic website when given a user prompt and the figma assets.

Getting Started

Make sure to clone the repo with submodules

    git clone --recurse-submodules https://github.com/acm-ucr/swe-agent.git

Create a conda enviorment with python 3.10

    conda create -n myenv python=3.10 

Install the requirements

    pip install -r requirements.txt

About

SWE-agent iteration 1 for DAS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages