vyzn-tech/PO Agent
AI-powered Product Owner agent. Triggered from GitHub PRs, Slack, or any webhook source.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic_api_key | Anthropic API key | yes | — |
| max_budget_usd | Max spend per session in USD | — | 5.0 |
| model | Claude model to use | — | claude-sonnet-4-20250514 |
| claude_cli_version | Claude Code CLI version to install (e.g. 1.0.16). Use "latest" for the newest release. | — | latest |
| trigger_word | The trigger word that invokes the agent (e.g. @po-agent) | — | @po-agent |
| secrets | Newline-separated KEY=VALUE pairs. Made available as env vars to the agent and skills. | — | "" |
| github_token | GitHub token for posting comments and reactions. Defaults to github.token. | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| response | The agent response text |
| cost_usd | Session cost in USD |