anhhai680/Augment Agent

AI-powered code assistance for GitHub pull requests using Augment's intelligent development tools

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
augment_session_authAugment session authentication JSON. Alternative to augment_api_token and augment_api_url. Store as repository secret for security.no
augment_api_tokenAPI token for Augment services. Store as repository secret for security. Alternative to augment_session_auth.no
augment_api_urlURL endpoint for Augment API requests. Store as repository variable. Alternative to augment_session_auth.no
github_tokenGitHub token for API access. Must have 'repo' and 'user:email' scopes.no
instructionDirect instruction text for the AI agent. Use this for simple, inline instructions. Mutually exclusive with instruction_file and template inputs.no
instruction_filePath to file containing detailed instructions for the AI agent. Use this for complex, multi-line instructions. Mutually exclusive with instruction and template inputs.no
template_directoryPath to directory containing template files. Use this for template-based instruction generation. Mutually exclusive with instruction and instruction_file.no
template_nameName of the template file to use (default: prompt.njk). Only used with template_directory.noprompt.njk
pull_numberPull request number for extracting PR context. Required when using templates with PR data.no
repo_nameRepository name in format 'owner/repo'. Required when using templates with PR data.no
custom_contextAdditional context data as JSON string to pass to templates.no
modelModel to use; forwarded to auggie as --modelno
platformPlatform to use for context extraction (github or azure-devops)nogithub
azure_devops_tokenAzure DevOps Personal Access Token (PAT). Store as repository secret for security.no
azure_devops_organizationAzure DevOps organization nameno
azure_devops_projectAzure DevOps project nameno
azure_devops_repositoryAzure DevOps repository nameno
azure_devops_pull_request_idAzure DevOps pull request ID for context extractionno
azure_devops_work_item_idAzure DevOps work item ID for context extractionno
azure_devops_build_idAzure DevOps build ID for context extractionno
llm_providerLLM provider to use (auggie, openai, claude, google)noauggie
llm_api_keyAPI key for the selected LLM provider. Store as repository secret for security.no
llm_base_urlBase URL for the LLM provider API (for custom endpoints)no
llm_temperatureTemperature setting for LLM generation (0.0 to 2.0)no0.7
llm_max_tokensMaximum tokens for LLM responseno4000
llm_timeoutTimeout for LLM API requests in millisecondsno30000
post_commentWhether to post the response as a PR comment (true/false)nofalse
comment_typeType of comment to post (comment, review)nocomment
review_eventReview event type when comment_type is 'review' (COMMENT, APPROVE, REQUEST_CHANGES)noCOMMENT
use_inline_commentsWhether to post inline comments on specific lines (true/false)nofalse
inline_comment_strategyStrategy for inline comments (review_with_comments, individual_comments)noreview_with_comments

no outputs