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.
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