MDMuralidharan Deenathayalaninblogs.codingfreaks.net·Jun 17 · 8 min readReading AgentGateway's config.yaml (From Scary First Line to Writing Your Own)In Post 2 we grabbed the Windows binary, dropped a config.yaml next to it, and watched a real MCP tool server show up in the browser. It worked. But if I'm honest, we never actually read that file. We00
MDMuralidharan Deenathayalaninblogs.codingfreaks.net·Jun 16 · 11 min readRun AgentGateway on Windows in 10 Minutes (Binary, No Build)In Post 1 I went through what AgentGateway actually is: one Rust binary that can act as an LLM gateway, an MCP gateway, an A2A gateway, or a plain HTTP/gRPC proxy, with the auth and observability the 00
MDMuralidharan Deenathayalaninblogs.codingfreaks.net·Jun 14 · 8 min readWhat Is AgentGateway? The AI-Native Gateway, Explained for Newbies and ProsSpend a week building with AI agents and you hit the same wall I did. The moment there's more than one agent, model, or tool in play, nothing is actually in charge of the traffic moving between them. 00
MDMuralidharan Deenathayalaninblogs.codingfreaks.net·Feb 20 · 10 min readAgent Anatomy 101: Brain, Tools, and MemoryIn the previous posts, we explored what AI agents are and how quickly you can get started building them using C# and Azure AI Foundry. By now, one thing should already be clear: AI agents are not just00
MDMuralidharan Deenathayalaninblogs.codingfreaks.net·Feb 15 · 10 min readImproving Security in Agent-to-Agent CommunicationIntroduction In my earlier blogpost, we built a Coordinator/Dispatcher Agent that routes tasks to specialized workers. We also read about how agent patterns mirror microservice patterns—API Gateways, Sagas, and Domain-Driven Design. But there's one c...00