OpenHands  by All-Hands-AI

AI platform for software development agents

created 1 year ago
61,464 stars

Top 0.3% on sourcepulse

GitHubView on GitHub
Project Summary

OpenHands is an open-source platform for AI-powered software development agents, designed to automate tasks typically performed by human developers, such as coding, command execution, and web browsing. It targets developers seeking to accelerate their workflow by leveraging AI for repetitive or complex coding tasks.

How It Works

OpenHands utilizes a modular architecture that allows agents to interact with various Large Language Models (LLMs) and execute actions within a sandboxed environment. The system orchestrates LLM calls to plan, execute, and debug code, mimicking a human developer's workflow. This approach enables agents to perform complex software development tasks autonomously.

Quick Start & Requirements

  • Install/Run: Local execution via Docker.
    docker pull docker.all-hands.dev/all-hands-ai/runtime:0.35-nikolaik
    docker run -it --rm --pull=always \
        -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.35-nikolaik \
        -e LOG_ALL_EVENTS=true \
        -v /var/run/docker.sock:/var/run/docker.sock \
        -v ~/.openhands-state:/.openhands-state \
        -p 3000:3000 \
        --add-host host.docker.internal:host-gateway \
        --name openhands-app \
        docker.all-hands.dev/all-hands-ai/openhands:0.35
    
  • Prerequisites: Docker, LLM API key (Anthropic's Claude 3.5 Sonnet recommended).
  • Resources: Local system with Docker.
  • Docs: docs.all-hands.dev

Highlighted Details

  • Supports multiple LLM providers, with Claude 3.5 Sonnet noted for best performance.
  • Offers various interaction methods: Docker, Cloud, local filesystem connection, headless mode, CLI, and GitHub Actions.
  • Designed for single-user local workstation deployment; multi-tenant deployments require custom solutions.

Maintenance & Community

Licensing & Compatibility

  • MIT License. Permissive for commercial use and closed-source linking.

Limitations & Caveats

The project explicitly states it is not suitable for multi-tenant deployments due to a lack of built-in authentication, isolation, or scalability.

Health Check
Last commit

11 hours ago

Responsiveness

1 day

Pull Requests (30d)
388
Issues (30d)
178
Star History
8,424 stars in the last 90 days

Explore Similar Projects

Feedback? Help us improve.