Agentic Workflow
Jump to TL;DR This week, our focus shifted from theory to implementation as we began shaping our first agentic refactoring prototype. 1. Visualising the Workflow After exploring multi-agent architectures and SkillsBuild certifications, we started formalising how our AI-powered refactoring system should operate end-to-end. Thanks to Vamsi, who drafted the base structure, we’ve now consolidated our ideas into a clear, modular agentic workflow (click on image to enlarge): This visual helps guide our implementation roadmap, defining how agents interact, what tools they invoke, and how decisions flow through the system. ...