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
84
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
51
AI Prototyping to Productionwith Promptflow
daronyondem
0
84
Retrieval Augmented Generation
daronyondem
0
310
Azure OpenAI
daronyondem
0
250
FaaS for Everyone, Everywhere
daronyondem
0
220
Skyrocketing Developer Velocity
daronyondem
0
120
What’s in Azure for Your Mobile Projects?
daronyondem
0
82
Azure Applied AI and AutoML
daronyondem
0
120
Serverless + APIM
daronyondem
0
120
Other Decks in Programming
See All in Programming
CSC509 Lecture 10
javiergs
PRO
0
180
Herb to ReActionView: A New Foundation for the View Layer @ San Francisco Ruby Conference 2025
marcoroth
0
100
SUZURIの規約違反チェックにおけるクリエイタフィードバックの試⾏錯誤/Trial and Error in Creator Feedback for SUZURI's Terms of Service Violation Checks
ae14watanabe
1
150
組織もソフトウェアも難しく考えない、もっとシンプルな考え方で設計する #phpconfuk
o0h
PRO
10
4.5k
Core MIDI を勉強して作曲用の電子ピアノ作ってみた!
hypebeans
0
110
Stay Hacker 〜九州で生まれ、Perlに出会い、コミュニティで育つ〜
pyama86
2
1.7k
オフライン対応!Flutterアプリに全文検索エンジンを実装する @FlutterKaigi2025
itsmedreamwalker
2
220
CSC509 Lecture 11
javiergs
PRO
0
310
Dive into Triton Internals
appleparan
0
500
Module Harmony
petamoriken
2
450
PyCon mini 東海 2025「個人ではじめるマルチAIエージェント入門 〜LangChain × LangGraphでアイデアを形にするステップ〜」
komofr
3
1k
Bakuraku E2E Scenario Test System Architecture #bakuraku_qa_study
teyamagu
PRO
0
770
Featured
See All Featured
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
How GitHub (no longer) Works
holman
315
140k
For a Future-Friendly Web
brad_frost
180
10k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.8k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Typedesign – Prime Four
hannesfritz
42
2.9k
Done Done
chrislema
186
16k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
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/