Esta página se muestra en inglés. Una traducción al español está en curso.
WorkflowsMay 13, 2026·2 min de lectura

OpenHands — AI-Driven Development Agent

OpenHands is an MIT open-source dev agent for agentic coding, with docs, an SDK, and a Docker-first runtime to run tasks reproducibly.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Workflow
Instalación
Docker
Confianza
Confianza: Established
Entrada
git clone https://github.com/OpenHands/OpenHands.git && cd OpenHands
Comando CLI universal
npx tokrepo install 9f737c42-e03f-5575-86eb-846d8b8ff798
Introducción

OpenHands is an MIT open-source dev agent for agentic coding, with docs, an SDK, and a Docker-first runtime to run tasks reproducibly.

Best for: teams who want an open-source baseline for dev agents and reproducible task execution

Works with: Docker/Docker Compose, agent runtimes, tool integrations (repo access, tests, build pipelines)

Setup time: 12-20 minutes

Key facts (verified)

  • GitHub: 73321 stars · 9270 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: git clone https://github.com/OpenHands/OpenHands.git && cd OpenHands.

Main

  • Use OpenHands as a baseline: start with its default runtime, then layer your own tools and policies for your repo.

  • Make runs reproducible: lock versions, prefer containers, and keep a clear boundary between agent state and project state.

  • For teams, define guardrails: what the agent can modify, which commands are allowed, and how reviews/approvals happen.

Source-backed notes

  • README positions OpenHands as “AI-Driven Development” with a docs site link.
  • Repository license indicates MIT for content outside the enterprise directory.
  • Repo is active and widely adopted based on stars and frequent pushes.

FAQ

  • Is it free and open source?: Core is MIT licensed; enterprise/ may carry different terms (see LICENSE).
  • How do I run it quickly?: README suggests Docker-first usage; start with docker compose up.
  • What should I add first?: Add repo-specific tooling (tests, linters) and a clear approval workflow.
🙏

Fuente y agradecimientos

Source: https://github.com/OpenHands/OpenHands > License: MIT > GitHub stars: 73321 · forks: 9270

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados