holon-run/Holon Solve
Run the Rust Holon GitHub solve preset against a checked-out repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 11, 2026
- License
- Apache 2.0
Pinned Snippet
uses: holon-run/holon@85c8af52157583efb14452b92ebb711e973369fc # v0.28.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | GitHub issue or PR reference, such as owner/repo#123. | no | "" |
| trigger | Trigger mode. Use explicit for ref-driven runs or auto to derive ref/goal from the GitHub event. | no | explicit |
| auto_review | Enable automatic PR review for opened, reopened, or ready_for_review events in trigger:auto mode. | no | false |
| auto_review_on_push | Enable automatic PR review for synchronize events in trigger:auto mode. | no | false |
| repo | Repository hint for numeric refs. | no | "" |
| base | Base branch hint. | no | "" |
| goal | Explicit solve goal. | no | "" |
| role | Optional role hint. | no | "" |
| model | Holon model ref, such as openai/gpt-5.4 or anthropic/claude-sonnet-4-6. | no | "" |
| max_turns | Maximum foreground model turns. | no | 35 |
| anthropic_auth_token | Anthropic Auth Token. | no | — |
| anthropic_api_key | Legacy alias for anthropic_auth_token. | no | — |
| anthropic_base_url | Anthropic Base URL. | no | https://api.anthropic.com |
| openai_api_key | OpenAI API key. | no | — |
| openai_base_url | OpenAI Base URL. | no | "" |
| bigmodel_api_key | BigModel API key. | no | — |
| github_token | Explicit GitHub token override. Defaults to Holonbot broker token when available, then github.token. | no | "" |
| holonbot_broker_url | Holonbot token broker URL. Leave empty to skip OIDC broker exchange. | no | https://bot.holon.run/api/exchange-token |
| holonbot_oidc_audience | OIDC audience for Holonbot token broker exchange. | no | holon-token-broker |
| version | Holon release version to download when build_from_source is false. | no | latest |
| build_from_source | Build Holon from source before running. | no | false |
| holon_repository | Holon repository for source builds. | no | holon-run/holon |
| holon_ref | Optional Holon git ref for source builds. | no | "" |
| workspace | Checked-out repository path. Defaults to GITHUB_WORKSPACE. | no | "" |
| cwd | Working directory for the solve run. Defaults to workspace. | no | "" |
| input_dir | Input context directory. | no | "" |
| output_dir | Output artifact directory. | no | "" |
| state_dir | Holon home directory for runtime state. | no | "" |
Outputs
| name | description |
|---|---|
| result | Holon solve step outcome. |
| summary | Path to Holon summary markdown when produced. |