OpenHands
OpenHands is an open-source software engineering agent that can inspect repositories, run commands and assist with development tasks.
Overview
OpenHands is useful for developers and teams that want an AI agent working inside real software projects. It focuses on repository context, terminal actions and task execution rather than simple chat. This directory links to the official project and repository only.
Source note
Open-source coding agent project; users should verify current setup and model-provider requirements in the official repository.
Use cases
- Analyze issues and propose code changes
- Run development tasks in a controlled local or container environment
- Evaluate open-source coding-agent workflows
Best for
- Developers with real repositories and engineering tasks
- Teams evaluating AI coding agents
- Technical leads who need an open-source self-hostable option
Setup
Expect to configure model-provider keys, a runtime environment and repository access. Follow the official repository for current installation details.
Risk note
Coding agents may run commands or modify files. Use isolation, least-privilege access and code review before connecting production repositories.
FAQ
Can I download OpenHands from this directory?
This listing currently provides official source links only and does not mirror third-party assets.
Who is OpenHands best for?
Developers with real repositories and engineering tasks, Teams evaluating AI coding agents, Technical leads who need an open-source self-hostable option
Related listings
CrewAI
VerifiedFeaturedCrewAI is a multi-agent framework for organizing role-based agents into teams that handle research, writing, analysis and automation tasks.
LangGraph
VerifiedFeaturedLangGraph organizes stateful agent workflows as graphs, supporting branching, loops, memory and human-in-the-loop steps.
Microsoft AutoGen
VerifiedMicrosoft AutoGen is an open-source framework for multi-agent conversations and tool-using agent prototypes.