AG-UI Protocol In Microsoft Agent Framework
The 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 po

Search for a command to run...
The 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 po

My 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 ag

In 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 be

Azure Durable Functions are an extension of Azure Functions that makes it easy to build long-running, stateful workflows in serverless environments. Instead of managing state, retries, checkpoints and

The general approach for Human-In-The-Loop (HITL) in Microsoft Agent Framework is through ToolApprovalRequestContent driven by AIFunction invocation wrapped around ApprovalRequiredAIFunction. But for

Human-In-The-Loop or commonly called as HITL is a common design pattern across multi agent setups that requires human approval or intervention at critical stage of a multi agent execution process. In

Imagine you have a Microsoft Agent Workflow that continuously processes a high-volume stream of incoming data. The data flows through multiple executors responsible for validation, summarization and d

Disclaimer : This article is highly technical and assumes that you have strong understanding on the concepts of Edges and Executors in MAF. If you are not comfortable with Executors and Edges and how

My previous article focused on introduction of workflows in MAF along with a basic overview of Executors, Edges and Events. This article will explore different workflow orchestration patterns availabl
