OpenHands CLI is a terminal user interface (TUI) for the OpenHands AI agent, enabling interactive development and deployment workflows. Current version is 1.16.0, requiring Python 3.12 exactly. Released on PyPI with frequent updates.
pip install openhandsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the OpenHands agent with an API key (or set OPENHANDS_API_KEY env var) and run a prompt.
Replace `OpenHandsCLI` with `OpenHands` in imports and instantiations.
Use Python 3.12 if using this library. Consider using a version manager (e.g., pyenv) to manage Python versions.
Set the OPENHANDS_API_KEY environment variable or pass `api_key` parameter. Use `OpenHands(api_key='your-key')`.
No resource links recorded.