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

`start_web_ui.sh` should exit and clean up all background processes if react server exits #488

Open klieret opened 1 month ago

klieret commented 1 month ago

See discussion and code snippets from here.

klieret commented 1 month ago

Currently, we also don't see any error messages from the frontend, which might be an obstacle to debugging.