a5c-ai/a5c Runner

Run AI agents using gitops principles

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Dec 17, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: a5c-ai/action@2fdb6058520109812de717dfff556ed533505303 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
agent_uriAgent URI - supports file://, agent://, a5c://, or URL formats. If not provided, auto-routing will be used.no
config_filePath to global configuration fileno.a5c/config.yml
config_uriRemote URI for configuration file (supports http://, https://, file://). Takes precedence over config_file if provided.no
github_tokenGitHub token for API operationsno${{ github.token }}
namedescription
successWhether all agent executions were successful
agents_runNumber of agents that were executed
agents_successfulNumber of agents that completed successfully
agents_failedNumber of agents that failed
agent_resultsJSON array of individual agent results
summaryHuman-readable summary of the execution
skippedWhether execution was skipped (no matching agents)
agent_responseThe response from the agent (legacy - use agent_results for multi-agent)
execution_timeTime taken for agent execution in seconds (legacy)
report_pathPath to the generated report
report_contentContent of the generated report
pull_request_numberNumber of the created pull request
pull_request_urlURL of the created pull request
issue_numberNumber of the created issue
issue_urlURL of the created issue
comment_idID of the created comment
commit_shaSHA of the created commit
artifact_urlURL of the uploaded artifact
agent_idUnique identifier for this agent run
agent_nameName of the executed agent
agent_categoryCategory of the executed agent