DEV Community

Igor Shevchenko
Igor Shevchenko

Posted on

Build Multi-Agent Workflows in ASP.NET (Microsoft Agent Framework Deep Dive)

I'm continuing a series where we will build an AI-powered system using Microsoft Agent Framework in ASP.NET Core.
It this video I want to show you something more powerfull than Agents - Workflows.
Microsoft Agent Framework Workflow helps us build smart automation by combining AI agents with our business processes.So we can create complex workflows easily without worrying about technical details and focus on our main business logic.
The video covers creation of Handoff Workflow, where Agents transfer control to each other based on context.

Top comments (0)