tofarr
tofarr
This is intended to fix https://github.com/All-Hands-AI/OpenHands/issues/3529 Basically I escape the pass passed to the subprocess (Paths used by python directly should not be escaped and do not change) ## Reproducing...
This is intended to address https://github.com/All-Hands-AI/OpenHands/issues/3527 As pointed out by a user, our build on pypi does not include agenthub. The package on pypi is pretty much broken due to...
We are already using 3.12 in our DockerFile anyway, so this upgrades the python version we use in our makefile
Basically we allow the settings on the frontend to include the path for the workspace to be mounted within the docker container. This is very much still in a draft...
**Short description** This fixes the issue where waiting for an agent to start locks the main runloop, so no other http requests may be served (Even in other sessions) while...
**Short description of the problem this fixes or functionality that this introduces. This may be used for the CHANGELOG** Added documentation section for debugging OpenHands. The initial section includes instructions...
This is soo far in draft territory it is not even funny. It is nowhere near working or production ready. (Also, nowhere near tested). I think OpenHands founder feedback as...
**Divided and Reordered and Docker layer for better cachability. ** - [X] Include this change in the Release Notes. If checked, you must provide an **end-user friendly** description for your...
**Faster startup and change detection in developer mode** - [X] Include this change in the Release Notes. If checked, you must provide an **end-user friendly** description for your change below...
### What happened? All quick start instructions seem to start at the point where a user already has the cli downloaded, but I couldn't find specific instructions on how to...