SNSachin Nandanwarinazureguru.net·2d ago · 9 min readDurable Workflows In Microsoft Agent FrameworkMy earlier article on workflows in MAF was focused on implementing them within a Console application. Those types of workflows run entirely in memory through an in-process runner. Another article focu20
SNSachin Nandanwarinazureguru.net·5d ago · 8 min readObservability in Microsoft Agent Framework through Open Telemetry in Azure Application Insights, KQL and Aspire on DockerIn a typical Agent AI and Workflow setups when something goes wrong major questions start piling up: Which agent handled the request? Which tool was invoked? How long did each step take? Where did12S
SNSachin Nandanwarinazureguru.net·Jun 17 · 8 min readAG-UI Protocol In Microsoft Agent FrameworkThe Agent-User Interaction Protocol or commonly known as AG-UI is a protocol developed to expose AI agents to web/mobile frontends. Think of AG-UI as HTTP protocol for AI Agents. With AG-UI its now po10
SNSachin Nandanwarinazureguru.net·Jun 10 · 8 min readHuman In the Loop(HITL) in Azure Durable Functions for Microsoft Agent FrameworkMy previous article focused on Multi Agent Orchestration in Azure Durable Functions for Microsoft Agent Framework. The use case used in the article was pretty straightforward wherein there were two ag00
SNSachin Nandanwarinazureguru.net·Jun 4 · 5 min readMulti Agent Orchestration through Azure Durable Functions in Microsoft Agent FrameworkIn my previous article, I introduced the process of setting up a single durable agent using the Azure Durable Framework and the Docker-based Durable Task Scheduler (DTS) Emulator. This article will be00