Durable workflow with DTS emulator in .NET Microsoft Agent Framework
Authorised Territory demonstrates how to build an end-to-end durable workflow for an AI agent pipeline using the .NET Microsoft Agent Framework, running the Durable Task Scheduler Emulator in Docker Desktop and streaming workflow events in real time, with a local Ollama LLM.
Overview
The video walks through building an end-to-end Durable Workflow for an AI Agents pipeline using:
- .NET Microsoft Agent Framework
- Durable Task Scheduler (DTS) Emulator running inside Docker Desktop
- Real-time workflow event streaming
- A local Ollama LLM for the agent
The presenter also references a prior video where the starting solution is created: