Adding Weighted Task Selection to a GitHub Agentic Workflow

In my previous post I introduced Repo Assist: Crunching the Technical Debt with GitHub Agentic Workflows. In my first version of Repo Assist, tasks were selected by round-robin: the agent tracked which tasks it had run most recently and rotated through them. This worked, but it had a problem - the agent was spending equal … Continue reading Adding Weighted Task Selection to a GitHub Agentic Workflow