xmonader/pirs
Run the pirs coding agent as a one-shot GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prompt | The one-shot task for pirs to run (e.g. "fix the failing test in src/foo.rs") | yes | — |
| provider | LLM provider: openai (OpenAI-compatible — set base-url for non-OpenAI endpoints like DeepSeek) or anthropic | no | openai |
| model | Model id to use (defaults to pirs's own built-in default if unset) | no | "" |
| api-key | API key for the selected provider | yes | — |
| base-url | OpenAI-compatible base URL, for non-OpenAI endpoints (only used when provider=openai) | no | "" |
| max-turns | Max agent turns before giving up (unset = no limit) | no | "" |
| strategy | A built-in loop strategy (monolithic, plan-exec, plan-critic-exec, wide-plan-exec) or a name resolved from .pirs/strategies/ | no | "" |
| version | pirs release tag to install (e.g. v0.3.0); installs the latest release by default | no | latest |
Outputs
no outputs