princeton-nlp / SWE-agent

SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It solves 12.47% of bugs in the SWE-bench evaluation set and takes just 1 minute to run.
https://princeton-nlp.github.io/SWE-agent/
MIT License
11.9k stars 1.19k forks source link

How to install this amazing agent only in conda environment(whitout docker)? #633

Closed 443127316 closed 4 days ago

443127316 commented 5 days ago

Describe the issue

Hi, thanks for providing this amazing agent frame. Do you have a plan to provide an installation doc with only conda environment.

Optional: Relevant documentation page

No response

klieret commented 4 days ago

Running swe-agent without docker will not be possible, as SWE-agent is using docker containers as a sandbox to run LM-generated code. This is both a safety feature and makes it easier to run swe-agent with arbitrary environments.