Deep Dive into Microsoft Agent Framework for AutoGen Users
Skills:
Agent Foundations90%Tool Use & Function Calling80%Multi-Agent Systems80%Autonomous Workflows70%
On this video we are going to deep dive into Microsoft Agent Framework for AutoGen users. Eric will show a practical migration path. It starts by covering what stays the same and what changes at a glance. Then, it covers model client setup, single‑agent features, MCP Support, Agent-as-a-tool, finally multi‑agent orchestration with concrete code side‑by‑side and so on.
Microsoft Agent Framework, a new open-source project from Microsoft that converges Semantic Kernel and AutoGen into a single pro-code SDK for building multi-agent systems.
AutoGen is a framework for building AI agents and multi-agent systems using large language models (LLMs). It started as a research project at Microsoft Research and pioneered several concepts in multi-agent orchestration, such as GroupChat and event-driven agent runtime. The project has been a fruitful collaboration of the open-source community and many important features came from external contributors.
✅ Chapters:
00:00 Introduction
02:10 What's Microsoft Agent Framework Recap
03:50 Model Clients
05:16 Single Agent
10:47 Single Agent (Tool Use)
11:14 Single Agent (Streaming)
13:01 MCP Support
13:30 Agent-as-a-Tool
18:17 Key Difference - Conversation State
23:05 Thread & Memory
24:41 Key Difference - Message Types
25:59 User Approval Content type
30:09 Key Difference - Middleware (NEW)
34:38 Multi-Agent Orchestration Patterns
36:18 Key Difference - Programming Model
43:48 Built-in Orchestrations - Sequential
47:42 Built-in Orchestrations - Concurrent
49:02 Built-in Orchestrations - Magentic and Handoff
51:55 Key Difference - GraphFlow vs Workflow
54:16 Key Difference - GraphFlow vs Workflow (Example Sequential + Conditional)
55:20 Key Difference - GraphFlow vs Workflow (Example Fan-out + Join)
59:15 MAF Workflow - Example Targeted Routing (no broadcast)
59:57 Summary of GraphFlow vs Workflow
01:02:04 MAF - Workflow Checkpoints discussion
01:05:45 MAF Dev UI vs Debug UI Tools (AutoGen Studio)
01:08:22 How to Contribute and Getti
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from Microsoft Developer · Microsoft Developer · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Prepare for the DP-300 exam & the Azure Database Administrator Associate cert | Data Exposed
Microsoft Developer
What I Wish I Knew ... about landing a job in tech
Microsoft Developer
Igniting Developer Innovation with Vector Search
Microsoft Developer
Combining the power of vector search with Azure OpenAI then revolutionize image search with vectors!
Microsoft Developer
What I Wish I Knew ... about finding your place in tech
Microsoft Developer
Fluent UI React Insights: Accessible by default
Microsoft Developer
Signing Container Images with Notary Project
Microsoft Developer
What I Wish I Knew ... about finding your place in tech
Microsoft Developer
What programming languages does GitHub Copilot support?
Microsoft Developer
What I Wish I Knew ... about how much your job can change
Microsoft Developer
What I Wish I Knew ... about how much your job can change
Microsoft Developer
How do I become more confident about AI?
Microsoft Developer
How do I become more confident about AI?
Microsoft Developer
Performance Demos of SQL’s Intelligent Query Processing Feedback capabilities | Data Exposed
Microsoft Developer
What I Wish I Knew ... about coming to Microsoft
Microsoft Developer
What I Wish I Knew ... about coming to Microsoft
Microsoft Developer
Revolutionizing Image Search with Vectors
Microsoft Developer
Igniting developer innovation with Vector search and Azure OpenAI
Microsoft Developer
Getting Started with Azure AI Studio's Prompt Flow - Part 2
Microsoft Developer
What I Wish I Knew ... about finding my career path
Microsoft Developer
What I Wish I Knew ... about finding my career path
Microsoft Developer
Windows Terminal's journey to Open Source
Microsoft Developer
Can I trust the code that GitHub Copilot generates?
Microsoft Developer
What I Wish I Knew ... about interviewing
Microsoft Developer
What I Wish I Knew ... about interviewing
Microsoft Developer
What is the Microsoft TechSpark Program?
Microsoft Developer
SQL Server 2022: Accelerate query performance while reducing query compile time - w/ no code changes
Microsoft Developer
What I Wish I Knew ... about discovering computer science
Microsoft Developer
What I Wish I Knew ... about discovering computer science
Microsoft Developer
Call center transcription and analysis using Azure AI
Microsoft Developer
How to use Text Analytics for health in Azure AI Language
Microsoft Developer
Azure OpenAI-powered summarization in Azure AI Language
Microsoft Developer
Accelerate data labeling using Azure OpenAI and Azure AI Language
Microsoft Developer
Building a Private ChatGPT with Azure OpenAI
Microsoft Developer
What I Wish I Knew ... about how to interview
Microsoft Developer
What I Wish I Knew ... about how to interview
Microsoft Developer
Getting Started with Azure AI Studio's Prompt Flow - Part 3
Microsoft Developer
Intelligent Apps with Azure Kubernetes Service (AKS)
Microsoft Developer
Getting Started with Azure Blob Storage | Data Exposed: MVP Edition
Microsoft Developer
Chat + Your Data + Plugins
Microsoft Developer
What I Wish I Knew ... about different career paths
Microsoft Developer
What I Wish I Knew ... about different career paths
Microsoft Developer
Advanced Dev Tunnels Features | OD122
Microsoft Developer
Learn Live - Manage performance and availability in Azure Cosmos DB for PostgreSQL
Microsoft Developer
Plan your SQL Migration to Azure with confidence | Data Exposed
Microsoft Developer
What I Wish I Knew ... about social skills in a tech career
Microsoft Developer
What I Wish I Knew ... about social skills in a tech career
Microsoft Developer
All About Vectors, Search, and Function Calling in Azure OpenAI - Labor Day Special
Microsoft Developer
Introduction to project ORAS
Microsoft Developer
What I Wish I Knew ... about finding the right major
Microsoft Developer
What I Wish I Knew ... about finding the right major
Microsoft Developer
What I Wish I Knew ... about how to approach programming
Microsoft Developer
What I Wish I Knew ... about how to approach programming
Microsoft Developer
Learn Live - Scale from a single node to multiple nodes with Azure Cosmos DB for PostgreSQL
Microsoft Developer
What I Wish I Knew ... about diversity in tech #1
Microsoft Developer
What I Wish I Knew ... about diversity in tech #1
Microsoft Developer
Get started with SQL Server AGs across Windows, Linux and Container Replicas | Data Exposed
Microsoft Developer
Writing LLM Apps with Azure AI and PromptFlow
Microsoft Developer
What I Wish I Knew ... about how cool working in tech could be
Microsoft Developer
Open Source foundation models in Azure Machine Learning & optimization techniques behind the scenes
Microsoft Developer
More on: Agent Foundations
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
Everyone Is Building Deep Research Agents. Most of Them Are Architecturally Broken.
Medium · Machine Learning
What Happens When We Let AI Govern a Civilization Without Limits?
Dev.to AI
Understanding Generative AI in Financial Operations: A Retail Banker's Guide
Dev.to AI
The AI Adoption Milestones Most Companies Are Already Experiencing
Forbes Innovation
Chapters (26)
Introduction
2:10
What's Microsoft Agent Framework Recap
3:50
Model Clients
5:16
Single Agent
10:47
Single Agent (Tool Use)
11:14
Single Agent (Streaming)
13:01
MCP Support
13:30
Agent-as-a-Tool
18:17
Key Difference - Conversation State
23:05
Thread & Memory
24:41
Key Difference - Message Types
25:59
User Approval Content type
30:09
Key Difference - Middleware (NEW)
34:38
Multi-Agent Orchestration Patterns
36:18
Key Difference - Programming Model
43:48
Built-in Orchestrations - Sequential
47:42
Built-in Orchestrations - Concurrent
49:02
Built-in Orchestrations - Magentic and Handoff
51:55
Key Difference - GraphFlow vs Workflow
54:16
Key Difference - GraphFlow vs Workflow (Example Sequential + Conditional)
55:20
Key Difference - GraphFlow vs Workflow (Example Fan-out + Join)
59:15
MAF Workflow - Example Targeted Routing (no broadcast)
59:57
Summary of GraphFlow vs Workflow
1:02:04
MAF - Workflow Checkpoints discussion
1:05:45
MAF Dev UI vs Debug UI Tools (AutoGen Studio)
1:08:22
How to Contribute and Getti
🎓
Tutor Explanation
DeepCamp AI