Skip to content

ftnext/llm-openhands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-openhands

PyPI Changelog Tests License

Installation

Install this plugin in the same environment as LLM.

llm install llm-openhands

Usage

Here'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-repo

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd llm-openhands

Then create a new virtual environment and install the dependencies and test dependencies:

uv sync --extra test

To run the tests:

uv run pytest

About

LLM plugin to access OpenHands Cloud API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages