Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Building Agentic LLM Workflows with AutoGen
Search
Daron Yondem
February 24, 2025
Programming
0
64
Building Agentic LLM Workflows with AutoGen
This is the deck I have presented at Intel AI Dev Summit 2025.
Daron Yondem
February 24, 2025
Tweet
Share
More Decks by Daron Yondem
See All by Daron Yondem
Solo to Scale,Building a People-First Engineering Culture
daronyondem
0
39
AI Prototyping to Productionwith Promptflow
daronyondem
0
73
Retrieval Augmented Generation
daronyondem
0
290
Azure OpenAI
daronyondem
0
240
FaaS for Everyone, Everywhere
daronyondem
0
190
Skyrocketing Developer Velocity
daronyondem
0
110
What’s in Azure for Your Mobile Projects?
daronyondem
0
80
Azure Applied AI and AutoML
daronyondem
0
110
Serverless + APIM
daronyondem
0
110
Other Decks in Programming
See All in Programming
LLMは麻雀を知らなすぎるから俺が教育してやる
po3rin
3
1.9k
はじめてのWeb API体験 ー 飲食店検索アプリを作ろうー
akinko_0915
0
180
NEWT Backend Evolution
xpromx
1
170
画像コンペでのベースラインモデルの育て方
tattaka
3
930
decksh - a little language for decks
ajstarks
4
21k
Vibe coding コードレビュー
kinopeee
0
400
kiroでゲームを作ってみた
iriikeita
0
140
MCPで実現できる、Webサービス利用体験について
syumai
7
2.3k
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
0
180
Comparing decimals in Swift Testing
417_72ki
0
160
[Codecon - 2025] Como não odiar seus testes
camilacampos
0
100
The Niche of CDK Grant オブジェクトって何者?/the-niche-of-cdk-what-isgrant-object
hassaku63
1
750
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
49
14k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.4k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Bash Introduction
62gerente
614
210k
The Pragmatic Product Professional
lauravandoore
36
6.8k
Java REST API Framework Comparison - PWX 2021
mraible
32
8.8k
Git: the NoSQL Database
bkeepers
PRO
431
65k
Six Lessons from altMBA
skipperchong
28
3.9k
Designing for Performance
lara
610
69k
Transcript
Building Agentic LLM Workflows with AutoGen Daron Yöndem Tech Lead
for Application Innovation Microsoft http://daron.me @daronyondem
Welcome! • Why Agentic Systems Matter? • AutoGen: An Open
Source Multi Agent Framework that can operate agents autonomously or collaborate with humans. • AG2 – Fork of AutoGen 0.2 • Microsoft AutoGen 0.4
Foundations of Agentic LLM Workflows • Autonomy • Collaboration •
Adaptability
AutoGen Architecture • A unified conversation framework for multi-agent interactions
• Assistant Agents + User Proxy Agents • As simple as it sounds.
Categories of Design Patterns for Agents • Reflection • Tool
Use • Planning • Multi-agent collaboration
Reflection
Tool Use
Planning
Multi-Agent Collaboration
Single-Agent Task DEMO
From Single to Multi-Agent • Easy Agent Orchestration • State
and Memory • Tool Integration • Error Handling & Control
Multi-Agent Problem Solving / Research Assistant DEMO
Advanced AutoGen Workflows • Extending Agent Abilities (Skills/Tools) • Incorporating
Multiple Models • Custom Prompts & Behaviors • Memory and Context
Complex Multi-Agent Orchestration DEMO
Real-World Applications • Customer Support • Automation & Scripting •
Knowledge Assistants
Challenges and Limitations • Complexity • Cost and Performance •
Reliability
Further Learning AutoGen Discord - https://aka.ms/autogen-discord Magentic One • MultimodalWebSurfer,
FileSurfer, and MagenticOneCoderAgent - https://aka.ms/magentic-one Code Samples used in this session • https://drn.fyi/codesamples
Thanks http://daron.me | @daronyondem Grab slides on http://decks.daron.me/