-
Notifications
You must be signed in to change notification settings - Fork 33
2.3.20 Satellite: OpenHands
Handle:
openhands
URL: http://localhost:34141
OpenHands agents can do anything a human developer can: modify code, run commands, browse the web, call APIs, and yes—even copy code snippets from StackOverflow.
# [Optional] pre-pull the image
harbor pull openhands
# [Optional] Launch Harbor with LLM backends
# You can connect openhands to non-Harbor LLM backends otherwise
harbor up
# Navigate to the target directory
cd ./your-code-project
# Launch openhands in a given workspace
harbor openhands
# Open openhands in the browser
harbor open openhands
Unfortunately, due to the current state of the project, Harbor can only pre-configure the base URL for its Ollama instance in the openhands
, all other settings have to be done manually via OpenHands UI.
Please open an issue in Harbor repo, if you see that this has changed.
OpenHands requires a fairly powerful LLM with tool support to accomplish its tasks. If you're using ollama, you can see compatible models here. Aim for as large of a model as you can, as OpenHands is a very demanding service. You can expect reasonable results from 70B+ models.