warpdotdev/Run an Oz cloud agent
Run the Oz agent in a GitHub workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prompt | Prompt for the Oz Agent | no | — |
| saved_prompt | Warp Drive Saved prompt ID for the Oz agent | no | "" |
| skill | Use a skill as the base prompt for the agent. Format: `skill_name`, `repo:skill_name`, or `org/repo:skill_name` | no | "" |
| model | Override the base model used by the agent (Warp model ID) | no | "" |
| name | Name for this agent task | no | "" |
| mcp | MCP configuration in JSON format (or path to a mcp.json file) to start before executing the agent | no | "" |
| cwd | Current working directory for the Oz agent | no | "" |
| profile | Oz Agent profile for the Oz agent | no | "" |
| output_format | Format for agent output | yes | text |
| warp_api_key | Oz API key for the Oz agent | no | "" |
| cloud | Run the agent as a cloud agent (uses `oz agent run-cloud` instead of `oz agent run`) | no | false |
| host | Host to route the cloud agent run to | no | "" |
| environment | Environment ID for the cloud agent run; defaults to no environment when unset | no | "" |
| share | Recipients to share the agent's session with in Oz. | no | "" |
| computer_use | Enable computer use for cloud agent runs (`oz agent run-cloud --computer-use`). Ignored for local runs. | no | false |
| oz_channel | Oz release channel to use | yes | stable |
| oz_version | Specific Oz version to install | yes | latest |
Outputs
no outputs