Skip to content

Commit a612c0a

Browse files
authored
v1.0.0 release (#1056)
1 parent 4c276bd commit a612c0a

File tree

6 files changed

+26
-9
lines changed

6 files changed

+26
-9
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77

88

99
<div align="center">
10-
<a href="https://docs.openhands.dev/sdk"><img src="https://img.shields.io/badge/Documentation-000?logo=googledocs&logoColor=FFE165&style=for-the-badge" alt="Check out the documentation"></a>
1110
<a href="https://github.com/OpenHands/software-agent-sdk/blob/main/LICENSE"><img src="https://img.shields.io/github/license/OpenHands/software-agent-sdk?style=for-the-badge&color=blue" alt="MIT License"></a>
1211
<a href="https://all-hands.dev/joinslack"><img src="https://img.shields.io/badge/Slack-Join%20Us-red?logo=slack&logoColor=white&style=for-the-badge" alt="Join our Slack community"></a>
1312
<br>
13+
<a href="https://docs.openhands.dev/sdk"><img src="https://img.shields.io/badge/Documentation-000?logo=googledocs&logoColor=FFE165&style=for-the-badge" alt="Check out the documentation"></a>
14+
<a href="https://arxiv.org/abs/2511.03690"><img src="https://img.shields.io/badge/Paper-000?logoColor=FFE165&logo=arxiv&style=for-the-badge" alt="Tech Report"></a>
15+
<a href="https://docs.google.com/spreadsheets/d/1wOUdFCMyY6Nt0AIqF705KN4JKOWgeI4wUGUP60krXXs/edit?gid=811504672#gid=811504672"><img src="https://img.shields.io/badge/SWEBench-72.8-000?logoColor=FFE165&style=for-the-badge" alt="Benchmark Score"></a>
16+
<br>
1417
<!-- Keep these links. Translations will automatically update with the README. -->
1518
<a href="https://www.readme-i18n.com/OpenHands/software-agent-sdk?lang=de">Deutsch</a> |
1619
<a href="https://www.readme-i18n.com/OpenHands/software-agent-sdk?lang=es">Español</a> |
@@ -87,3 +90,17 @@ For development setup, testing, and contribution guidelines, see [DEVELOPMENT.md
8790
- [Join Slack](https://openhands.dev/joinslack) - Connect with the OpenHands community
8891
- [GitHub Repository](https://github.com/OpenHands/agent-sdk) - Source code and issues
8992
- [Documentation](https://docs.openhands.dev/sdk) - Complete documentation
93+
94+
## Cite
95+
96+
```
97+
@misc{wang2025openhandssoftwareagentsdk,
98+
title={The OpenHands Software Agent SDK: A Composable and Extensible Foundation for Production Agents},
99+
author={Xingyao Wang and Simon Rosenberg and Juan Michelini and Calvin Smith and Hoang Tran and Engel Nyst and Rohit Malhotra and Xuhui Zhou and Valerie Chen and Robert Brennan and Graham Neubig},
100+
year={2025},
101+
eprint={2511.03690},
102+
archivePrefix={arXiv},
103+
primaryClass={cs.SE},
104+
url={https://arxiv.org/abs/2511.03690},
105+
}
106+
```

openhands-agent-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openhands-agent-server"
3-
version = "1.0.0a5"
3+
version = "1.0.0"
44
description = "OpenHands Agent Server - REST/WebSocket interface for OpenHands AI Agent"
55

66
requires-python = ">=3.12"

openhands-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openhands-sdk"
3-
version = "1.0.0a5"
3+
version = "1.0.0"
44
description = "OpenHands SDK - Core functionality for building AI agents"
55

66
requires-python = ">=3.12"

openhands-tools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openhands-tools"
3-
version = "1.0.0a5"
3+
version = "1.0.0"
44
description = "OpenHands Tools - Runtime tools for AI agents"
55

66
requires-python = ">=3.12"

openhands-workspace/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openhands-workspace"
3-
version = "1.0.0a5"
3+
version = "1.0.0"
44
description = "OpenHands Workspace - Docker and container-based workspace implementations"
55

66
requires-python = ">=3.12"

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)