logo
Menu
Bug hunting with Amazon Bedrock and SWE-Agent πŸ‘¨β€πŸ’»

Bug hunting with Amazon Bedrock and SWE-Agent πŸ‘¨β€πŸ’»

Use Amazon Bedrock with SWE-Agent to create your own software engineering agent that can fix real-life bugs and issues in GitHub repositories.

JoΓ£o Galego
Amazon Employee
Published May 6, 2024

Amazon Bedrock ❀️ SWE-Agent

I'm very pleased to announce that starting with the 0.3.0 release you can now run SWE-Agent using Amazon Bedrock β›°οΈπŸŽ‰
❗ As of May 2024, Amazon Bedrock support in SWE-Agent only covers Anthropic Claude models.

What is SWE-Agent? πŸ‘¨β€πŸ’»

SWE-Agent is an open source project developed and maintained by the Princeton NLP group that turns language models into software engineering agents that can fix real-life bugs and issues in GitHub repositories.
Based on a Agent-Computer Interface (ACI) paradigm, SWE-Agent is able to resolve ~12.29% of issues in the SWE-Bench dataset and takes just a few minutes to run.

Getting Started πŸš€

0a/ Enable access to Anthropic’s Claude models via Amazon Bedrock
πŸ’‘ Please refer to the Amazon Bedrock User Guide (Set up > Model access) for more information on how to request model access.
0b/ Install Docker 🐳
1/ Set up AWS credentials
πŸ”’ For security reasons, SWE-Agent will not look inside the keys.cfg file for AWS credentials.
2/ Pull the SWE-Agent image
3/ Run SWE-Agent
☝️ Use the --temperature and --top_p options to have more control over the model output.
Among other things, SWE-Agent will save the thought-action-observation steps generated by the agent when trying to solve the issue inside a JSON-formatted trajectory file, which you can visualize with the inspector tool:

Depending on the model selected and the inference parameters, SWE-Agent can even create a patch file that you can apply directly to a local repository:
Try it out and let me know what you think in the comments section below πŸ‘‡
Β 

Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.

Comments