xinbenlv/OpenHands AI Action
Run OpenHands with human readable customizable prompts and environment variables.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prompt | The natural language prompt or task to execute with OpenHands AI | yes | — |
| llm_model | The LLM model to use for task execution | no | anthropic/claude-3-7-sonnet-20250219 |
| llm_api_key | API key for the LLM service (e.g., Anthropic API key) | yes | — |
| log_all_events | Enable detailed logging of all events during task execution | no | true |
| runtime_image | Docker image for the runtime environment | no | docker.all-hands.dev/all-hands-ai/runtime:0.32-nikolaik |
| openhands_image | Docker image for the OpenHands AI service | no | docker.all-hands.dev/all-hands-ai/openhands:0.32 |
| additional_env | JSON string of additional environment variables to pass to the container. Example: { "CUSTOM_VAR": "value", "ANOTHER_VAR": "another_value" } These will be available in the container as environment variables. | no | {} |
| cli_args | Additional CLI arguments to pass to the OpenHands agent | no | "" |
| github_token | GitHub token for API access (will be passed as GITHUB_TOKEN env var) | no | "" |
Outputs
no outputs