Install this plugin in the same environment as LLM.
llm install llm-openhandsHere's an example from https://www.all-hands.dev/blog/programmatically-access-coding-agents-with-the-openhands-cloud-api
prerequisite: OpenHands Cloud API key
https://docs.all-hands.dev/modules/usage/cloud/cloud-api#obtaining-an-api-key
export LLM_OPENHANDS_KEY=your_api_key_here
llm -m openhands "Check for the authentication module to make sure that it follows the coding best practices for this repo." -o repository https://github.com/yourusername/your-repoTo set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd llm-openhandsThen create a new virtual environment and install the dependencies and test dependencies:
uv sync --extra testTo run the tests:
uv run pytest