How I Built a Supply Chain Optimization Agent with Gurobi and Google ADK
TL;DR I built a simple AI agent that uses natural language to solve complex supply chain optimization problems. By combining Google’s Agent Development Kit (ADK) for the framework and the Gurobi Optimizer for the heavy math, I created a tool that can interpret plain English, run optimizations, and even handle “what-if” questions. It’s a fun throwback to my MBA days, but way more powerful than my old Excel sheets. 🔗 Check out the project on GitHub: : Github ...