Skip to content

2.3.20 Satellite: OpenHands

av edited this page Sep 23, 2024 · 2 revisions

Handle: openhands URL: http://localhost:34141

Logo

OpenHands: Code Less, Make More

Contributors Stargazers CodeCov MIT License
Join our Slack community Join our Discord community Credits
Check out the documentation Paper on Arxiv Evaluation Benchmark Score

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.

Starting

# [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

Configuration

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.

OpenHands Configuration

Please open an issue in Harbor repo, if you see that this has changed.

Usage

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.

Clone this wiki locally