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
- Remove npm publishing and keep only GitHub Packages (most GitHub-native)
- Update package name to @openhands/typescript-client
- Add GitHub Actions workflow for automated publishing on tag push
- Update documentation and installation instructions
- Add .npmrc configuration for GitHub Packages scope
Co-authored-by: openhands <openhands@all-hands.dev>
Copy file name to clipboardExpand all lines: README.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,26 @@
14
14
A TypeScript client library for the OpenHands Agent Server API. Mirrors the structure and functionality of the Python [OpenHands Software Agent SDK](https://github.com/OpenHands/software-agent-sdk),
15
15
but only supports remote conversations.
16
16
17
+
## Installation
18
+
19
+
This package is published to GitHub Packages. You have two installation options:
0 commit comments