Metadata-Version: 2.4
Name: rc-openhands-sdk
Version: 0.1.0
Summary: RingCentral MIT-only OpenHands SDK distribution and CLI wrapper
Author: RingCentral AI Desk
License-Expression: MIT
Project-URL: Homepage, https://github.com/OpenHands/software-agent-sdk
Project-URL: Source, https://github.com/OpenHands/software-agent-sdk/tree/v1.21.0
Keywords: openhands,sdk,agent,cli,ringcentral
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.13,>=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: openhands==1.16.0
Requires-Dist: openhands-sdk==1.21.0
Dynamic: license-file

# RcOpenHandsSDK

RcOpenHandsSDK is AI Desk's MIT-only OpenHands distribution wrapper.
It exposes stable RingCentral-owned CLI entry points while delegating to the
upstream OpenHands CLI and SDK packages pinned below:

- `openhands==1.16.0`
- `openhands-sdk==1.21.0`

The package intentionally excludes OpenHands Cloud and `enterprise/` code. It
only depends on the upstream packages distributed under MIT-compatible terms for
the local CLI/SDK replacement path used by AI Desk daemon verification.

## Commands

```bash
rcopenhands --version
rcopenhands-acp --help
```

AI Desk still uses the internal `openhands` agent type for compatibility with
existing task/session payloads, but CLI detection now resolves that type to the
`rcopenhands` command.
