|
1 | | -# OpenHands Agent SDK |
2 | | - |
3 | | -Build AI agents that write software. A clean, modular SDK with production-ready tools. |
| 1 | +<a name="readme-top"></a> |
| 2 | + |
| 3 | +<div align="center"> |
| 4 | + <img src="https://raw.githubusercontent.com/OpenHands/docs/main/openhands/static/img/logo.png" alt="Logo" width="200"> |
| 5 | + <h1 align="center">OpenHands Software Agent SDK </h1> |
| 6 | +</div> |
| 7 | + |
| 8 | + |
| 9 | +<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> |
| 11 | + <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> |
| 12 | + <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> |
| 13 | + <br> |
| 14 | + <!-- Keep these links. Translations will automatically update with the README. --> |
| 15 | + <a href="https://www.readme-i18n.com/OpenHands/software-agent-sdk?lang=de">Deutsch</a> | |
| 16 | + <a href="https://www.readme-i18n.com/OpenHands/software-agent-sdk?lang=es">Español</a> | |
| 17 | + <a href="https://www.readme-i18n.com/OpenHands/software-agent-sdk?lang=fr">français</a> | |
| 18 | + <a href="https://www.readme-i18n.com/OpenHands/software-agent-sdk?lang=ja">日本語</a> | |
| 19 | + <a href="https://www.readme-i18n.com/OpenHands/software-agent-sdk?lang=ko">한국어</a> | |
| 20 | + <a href="https://www.readme-i18n.com/OpenHands/software-agent-sdk?lang=pt">Português</a> | |
| 21 | + <a href="https://www.readme-i18n.com/OpenHands/software-agent-sdk?lang=ru">Русский</a> | |
| 22 | + <a href="https://www.readme-i18n.com/OpenHands/software-agent-sdk?lang=zh">中文</a> |
| 23 | + |
| 24 | + <hr> |
| 25 | +</div> |
4 | 26 |
|
5 | 27 | The OpenHands SDK allows you to build applications with agents that write software. This SDK also powers [OpenHands](https://github.com/OpenHands/OpenHands), an all-batteries-included coding agent that you can access through a GUI, CLI, or API. |
6 | 28 |
|
@@ -65,7 +87,3 @@ For development setup, testing, and contribution guidelines, see [DEVELOPMENT.md |
65 | 87 | - [Join Slack](https://openhands.dev/joinslack) - Connect with the OpenHands community |
66 | 88 | - [GitHub Repository](https://github.com/OpenHands/agent-sdk) - Source code and issues |
67 | 89 | - [Documentation](https://docs.openhands.dev/sdk) - Complete documentation |
68 | | - |
69 | | -## License |
70 | | - |
71 | | -MIT License - see [LICENSE](LICENSE) for details. |
|
0 commit comments