a5c-ai/a5c Runner
Run AI agents using gitops principles
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 17, 2025
- License
- Apache 2.0
Pinned Snippet
uses: a5c-ai/action@2fdb6058520109812de717dfff556ed533505303 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| agent_uri | Agent URI - supports file://, agent://, a5c://, or URL formats. If not provided, auto-routing will be used. | no | — |
| config_file | Path to global configuration file | no | .a5c/config.yml |
| config_uri | Remote URI for configuration file (supports http://, https://, file://). Takes precedence over config_file if provided. | no | — |
| github_token | GitHub token for API operations | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| success | Whether all agent executions were successful |
| agents_run | Number of agents that were executed |
| agents_successful | Number of agents that completed successfully |
| agents_failed | Number of agents that failed |
| agent_results | JSON array of individual agent results |
| summary | Human-readable summary of the execution |
| skipped | Whether execution was skipped (no matching agents) |
| agent_response | The response from the agent (legacy - use agent_results for multi-agent) |
| execution_time | Time taken for agent execution in seconds (legacy) |
| report_path | Path to the generated report |
| report_content | Content of the generated report |
| pull_request_number | Number of the created pull request |
| pull_request_url | URL of the created pull request |
| issue_number | Number of the created issue |
| issue_url | URL of the created issue |
| comment_id | ID of the created comment |
| commit_sha | SHA of the created commit |
| artifact_url | URL of the uploaded artifact |
| agent_id | Unique identifier for this agent run |
| agent_name | Name of the executed agent |
| agent_category | Category of the executed agent |