Skip to content

Commit 1582df2

Browse files
data: add OpenHands to Agents
Co-authored-by: Toby Marsden <tobymarsden@users.noreply.github.com>
1 parent 174d9b2 commit 1582df2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

data.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ open_source = true
3232
summary = "Open source terminal-based coding agent with multi-provider LLM support."
3333
detail = "Opencode supports 75+ LLM providers and integrates with IDEs including Cursor and VS Code, enabling flexible model subscriptions for terminal-based development workflows."
3434

35+
[[agents]]
36+
name = "OpenHands"
37+
website = "https://www.all-hands.dev/"
38+
repo = "https://github.com/All-Hands-AI/OpenHands"
39+
open_source = true
40+
summary = "Open source AI software development agent platform with autonomous coding capabilities."
41+
detail = "OpenHands enables AI agents to perform developer tasks autonomously including code modification, terminal commands, web browsing, and API calls. Supports multiple LLM providers with recommended Claude Sonnet 4 integration and offers both GUI and CLI interfaces for flexible development workflows."
42+
category = "Open source"
43+
3544
[[agents]]
3645
name = "OpenAI Codex CLI"
3746
website = ""

0 commit comments

Comments
 (0)