Skip to content

Latest commit

 

History

History
37 lines (37 loc) · 1.38 KB

File metadata and controls

37 lines (37 loc) · 1.38 KB
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
repo ref paths
All-Hands-AI/OpenHands
main
README.md
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
openhands
opendevin
opensource
runtime
use_cases
building-features
bug-fixing
sources
title author url year
All-Hands-AI/OpenHands
All-Hands-AI
2024
related
patterns glossary tools workflows
react-loop
agent-harness
agentic-loop
openhands
ralph-wiggum-loop
devin