xmonader/pirs

Run the pirs coding agent as a one-shot GitHub Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
promptThe one-shot task for pirs to run (e.g. "fix the failing test in src/foo.rs")yes
providerLLM provider: openai (OpenAI-compatible — set base-url for non-OpenAI endpoints like DeepSeek) or anthropicnoopenai
modelModel id to use (defaults to pirs's own built-in default if unset)no""
api-keyAPI key for the selected provideryes
base-urlOpenAI-compatible base URL, for non-OpenAI endpoints (only used when provider=openai)no""
max-turnsMax agent turns before giving up (unset = no limit)no""
strategyA built-in loop strategy (monolithic, plan-exec, plan-critic-exec, wide-plan-exec) or a name resolved from .pirs/strategies/no""
versionpirs release tag to install (e.g. v0.3.0); installs the latest release by defaultnolatest

no outputs