zencoderai/Zen Agents Action
A GitHub Action to run Zencoder Autonomous Agents
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prompt | The input prompt for the Agent | yes | — |
| agent | Alias of the agent to run (will run default agent if not provided) | no | "" |
| base_path | Base path to run agent from (should be repository root) | no | . |
| zencoder_client_id | Client ID for Zencoder API | no | "" |
| zencoder_client_secret | Client Secret for Zencoder API | no | "" |
| zencoder_api_key | API key for Zencoder API | no | "" |
| github_token | GitHub token used by the action to access GitHub APIs | yes | — |
| version | Version of the zencoder cli to use | no | latest |
| model | LLM model to use (e.g., opus-4-5, sonnet-4, gemini-25-pro). Use 'default' for server default. | no | default |
Outputs
no outputs