cagataycali/DevDuck Action
Quack.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 11, 2026
- License
- Apache 2.0
Pinned Snippet
uses: cagataycali/devduck@f6b226cd37a27bc6701ecf1563719ea46f2b9eb7 # v1.15.7tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| task | Specific task for the agent to perform | yes | — |
| system_prompt | Additional system prompt instructions for the agent | no | "" |
| provider | Model provider (bedrock, openai, github, anthropic, litellm, llamaapi) | no | bedrock |
| model | Model ID to use | no | us.anthropic.claude-sonnet-4-20250514-v1:0 |
| max_tokens | Maximum tokens for the model | no | 32768 |
| temperature | Temperature for model generation (0.0-1.0) | no | 1 |
| tools | Comma-separated list of tools to enable | no | strands_tools:current_time |
| github_token | GitHub token for API access | no | ${{ github.token }} |
| aws_region | AWS region for Bedrock | no | us-west-2 |
| aws_role_arn | AWS role ARN for OIDC authentication | no | — |
| knowledge_base_id | Strands Knowledge Base ID for memory | no | — |
| additional_request_fields | Additional request fields JSON (e.g., thinking, anthropic_beta) | no | "" |
| bypass_tool_consent | Skip tool consent prompts | no | true |
| mcp_servers | MCP servers configuration (JSON string) | no | — |
| agent_runner | URL to custom agent_runner.py script. Falls back to repository variable AGENT_RUNNER, then default gist | no | — |
Outputs
| name | description |
|---|---|
| result | Result from the agent execution |
| success | Whether the agent execution was successful |
| error | Error message if execution failed |