An AI Agent that quickly solves simple issues
The Issue Agent is a tool that generates work products in a Git repository based on a given assignment.
Powered by Large Language Models (LLMs), this agent is designed to help developers efficiently tackle simple issues. When a developer creates an issue in a repository and assigns it to this agent, it autonomously works to solve the issue and submits the results as a Pull Request on GitHub.
Refer to the documentation for more details.
The following models are supported.
⭐️We strongly recommend using Claude 3.5 and 3.7 models.
- OpenAI Models
- gpt-4o
- gpt-4o-mini
- Anthropic Models
- claude-3-5-sonnet-latest
- claude-3-7-sonnet-20250219
- AWS Bedrock Models
- claude-3-5-sonnet v2 (ModelID = anthropic.claude-3-5-sonnet-20241022-v2:0)
- claude-3-5-sonnet v2 (ModelID = us.anthropic.claude-3-5-sonnet-20241022-v2:0, Cross-region inference)
- claude-3-5-sonnet v1 (ModelID = anthropic.claude-3-5-sonnet-20240620-v1:0)
- claude-3-5-sonnet v1 (ModelID = us.anthropic.claude-3-5-sonnet-20240620-v1:0, Cross-region inference)
- claude-3-7-sonnet (ModelID = anthropic.claude-3-7-sonnet-20250219-v1:0)
- claude-3-7-sonnet (ModelID = us.anthropic.claude-3-7-sonnet-20250219-v1:0, Cross-region inference)