chinmaymk/ra - AI Agent

Run the ra agent harness in your GitHub Actions workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 10, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: chinmaymk/ra@d3039906da3d55b5f30cb92325761f666dc19770 # v0.0.7

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
promptThe prompt to send to the agentyes
providerLLM provider (anthropic, openai, google, ollama, bedrock, azure)noanthropic
modelModel name to use (e.g. claude-sonnet-4-6, gpt-4o)no
system-promptSystem prompt text or path to a fileno
max-iterationsMaximum agent loop iterations (maps to maxIterations)no50
tool-timeoutTool execution timeout in milliseconds (maps to toolTimeout)no
thinkingExtended thinking level (low, medium, high)no
builtin-toolsEnable built-in tools (maps to builtinTools, default true)notrue
skillsComma-separated list of skills to activateno
skill-dirsComma-separated list of directories to load skills fromno
filesComma-separated list of files to attach to the promptno
memoryEnable persistent memory (maps to memory.enabled)nofalse
anthropic-base-urlCustom base URL for Anthropic API (maps to providers.anthropic.baseURL)no
openai-base-urlCustom base URL for OpenAI API (maps to providers.openai.baseURL)no
google-base-urlCustom base URL for Google API (maps to providers.google.baseURL)no
ollama-hostOllama server host (maps to providers.ollama.host)no
azure-endpointAzure OpenAI endpoint (maps to providers.azure.endpoint)no
azure-deploymentAzure OpenAI deployment name (maps to providers.azure.deployment)no
configPath to ra config file (ra.config.yml, ra.config.json, etc.)no
versionra version to use (e.g. v0.1.0). Defaults to latest release.nolatest
fail-on-errorWhether to fail the workflow if ra exits with a non-zero code (true/false)notrue
namedescription
exit-codeThe exit code from the ra process
resultThe agent output text