Increments of Increments

Tips for Batching Requests in GitHub Copilot's Agent Mode

Recently I had to analyze a bunch of python libraries we're using to determine which ones will need to be upgraded before we can bump our app's Django version. Our repo is huge and we use a lot of packages, but since all of them are open source and easily accessible via GitHub, I figured this would be a good task to outsource to AI. I still consider myself a novice when it comes to effectively prompting and directing LLM agents, so I learned a lot over the course of the last week and ultimately got results that I'm pretty satisfied with. Some of these may be common knowledge, but here are a few things I picked up along the way that may help you too: