Skip to content

Commit 2d507ef

Browse files
authored
Revise README for TypeScript client library
Updated README to clarify library functionality and features.
1 parent 2896019 commit 2d507ef

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,8 @@
1111
>
1212
> Please use with caution and expect frequent updates.
1313
14-
A TypeScript client library for the OpenHands Agent Server API that mirrors the structure and functionality of the Python SDK.
15-
16-
## Features
17-
18-
- **RemoteConversation**: Manage conversations with OpenHands agents
19-
- **RemoteWorkspace**: Execute commands and perform file operations remotely
20-
- **Real-time Events**: WebSocket support for live event streaming
21-
- **Type Safety**: Full TypeScript support with comprehensive type definitions
22-
- **Python SDK Compatibility**: Same class names and method signatures as the Python SDK
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+
but only supports remote conversations.
2316

2417
## Quick Start
2518

0 commit comments

Comments
 (0)