SWE-agent
SWE-agent copied to clipboard
Locally hosted web UI
re: https://github.com/princeton-nlp/SWE-agent/issues/60
There's also a web-based trajectory viewer in inspector/ that would be cool to include if we add a web interface.
More generally, though, might be worth checking Carlos/John/Ofir about whether the web UI fits into the scope of the project -- but could certainly be interesting, especially if it adds interactivity that we otherwise do not provide ;)
Sounds good. I think I'm done for tonight, I just got it working as a proof of concept with the defaults pointing at one of the snippits you all named in your README.
Happy to keep cranking on this but would prefer others thoughts first to not go down the wrong road.
cd app
npm i
open 'http://localhost:3000'
npm run dev
Should give you a basic idea of the current state of things
I hope to take a look later today or tmr morning!