You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add prominent warning at top of README indicating this is alpha software
- Warn users about potential breaking changes and instability
- Advise against production use
- Include specific warnings about incomplete features and documentation
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# OpenHands Agent Server TypeScript Client
2
2
3
+
> ⚠️ **ALPHA SOFTWARE WARNING** ⚠️
4
+
>
5
+
> This TypeScript SDK is currently in **alpha** and is **not stable**. The API may change significantly between versions without notice. This software is intended for early testing and development purposes only.
6
+
>
7
+
> - Breaking changes may occur in any release
8
+
> - Features may be incomplete or contain bugs
9
+
> - Documentation may be outdated or incomplete
10
+
> - Not recommended for production use
11
+
>
12
+
> Please use with caution and expect frequent updates.
13
+
3
14
A TypeScript client library for the OpenHands Agent Server API that mirrors the structure and functionality of the Python SDK.
0 commit comments