| title | OpenHands - Action / Observation event-stream loop | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| tagline | Open-source agent runtime where every step is an Action emitted by the agent and every result is an Observation appended to the event stream. | ||||||||||||||
| attribution | All-Hands-AI | ||||||||||||||
| tier | tool | ||||||||||||||
| canonical_url | https://github.com/All-Hands-AI/OpenHands | ||||||||||||||
| upstream |
|
||||||||||||||
| setup_command | # Run OpenHands locally (Docker): docker pull docker.all-hands.dev/all-hands-ai/openhands:latest docker run -it \ --pull=always \ -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:latest \ -v /var/run/docker.sock:/var/run/docker.sock \ -p 3000:3000 \ --add-host host.docker.internal:host-gateway \ --name openhands-app \ docker.all-hands.dev/all-hands-ai/openhands:latest | ||||||||||||||
| when_to_use | When you want to read or fork an agent runtime instead of using a hosted product. | ||||||||||||||
| when_not_to_use | Day-to-day coding inside an existing IDE, OpenHands is an alternative IDE/runtime, not an extension. | ||||||||||||||
| tags |
|
||||||||||||||
| use_cases |
|
||||||||||||||
| sources |
|
||||||||||||||
| related |
|