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
61
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
37
AI Prototyping to Productionwith Promptflow
daronyondem
0
73
Retrieval Augmented Generation
daronyondem
0
280
Azure OpenAI
daronyondem
0
230
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
Understanding Kotlin Multiplatform
l2hyunwoo
0
120
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
320
PHPカンファレンス関西2025 基調講演
sugimotokei
5
940
階層化自動テストで開発に機動力を
ickx
1
420
Advanced Micro Frontends: Multi Version/ Framework Scenarios @WAD 2025, Berlin
manfredsteyer
PRO
0
440
中級グラフィックス入門~効率的なメッシュレット描画~
projectasura
2
1.3k
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
990
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
13k
テスターからテストエンジニアへ ~新米テストエンジニアが歩んだ9ヶ月振り返り~
non0113
2
240
プロダクトという一杯を作る - プロダクトチームが味の責任を持つまでの煮込み奮闘記
hiliteeternal
0
180
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
12
7.4k
構造化・自動化・ガードレール - Vibe Coding実践記 -
tonegawa07
0
150
Featured
See All Featured
Docker and Python
trallard
45
3.5k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
GraphQLとの向き合い方2022年版
quramy
49
14k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Rails Girls Zürich Keynote
gr2m
95
14k
4 Signs Your Business is Dying
shpigford
184
22k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Writing Fast Ruby
sferik
628
62k
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/