GitHub reposted this
The automations feature of the GitHub Copilot app is one of the most powerful tools I've got. I have a bunch of automations now - but here's an example of one that triages my inbox and automatically takes action. Here's how it works: The automation fires every day at 9 AM. It goes through my inbox and categorizes things as... * Notification * Trash * Archive * Reply Then it assigns each a confidence score. If the confidence is above 95%, it takes action without waiting for me. Replies always have to be approved. Then I tell it after each run what it got right and wrong and it corrects, updates a learnings.txt file and then applies those learnings on the next run. I'm now to the point where the agent pretty much gets it right every time - took about 2 weeks of training. This is what I want - agents that can handle things autonomously and only bother me when I need to know about something. I blurred the bank balance so you won't be depressed on my behalf.