sudden-network/Sudden Agent
Run programmable agents on any GitHub Workflow to enable automation across your repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| agent_api_key | Agent API key | no | "" |
| agent_auth_file | Agent auth file content (agent-specific) | no | "" |
| github_token | GitHub token used by the action (defaults to the workflow token) | no | "" |
| workflow_github_token | Internal-only workflow token (do not set manually) | no | ${{ github.token }} |
| github_token_actor | Actor login for the GitHub token (required for non-workflow tokens, e.g. `sudden-agent[bot]`) | no | "" |
| agent | Agent to run | no | codex |
| model | Agent model override (for Codex, append reasoning effort and service tier with /, e.g. gpt-5.6-sol/xhigh/fast) | no | "" |
| prompt | Optional extra instructions for the agent | no | "" |
| resume | Enable session resume across runs | no | — |
| sudo | Disable sandbox; allow write + network access for the agent | no | false |
Outputs
no outputs