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
79
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
47
AI Prototyping to Productionwith Promptflow
daronyondem
0
82
Retrieval Augmented Generation
daronyondem
0
300
Azure OpenAI
daronyondem
0
240
FaaS for Everyone, Everywhere
daronyondem
0
210
Skyrocketing Developer Velocity
daronyondem
0
120
What’s in Azure for Your Mobile Projects?
daronyondem
0
81
Azure Applied AI and AutoML
daronyondem
0
120
Serverless + APIM
daronyondem
0
120
Other Decks in Programming
See All in Programming
Devoxx BE - Local Development in the AI Era
kdubois
0
140
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
290
Webサーバーサイド言語としてのRustについて
kouyuume
1
4.9k
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
190
CSC509 Lecture 06
javiergs
PRO
0
270
Devvox Belgium - Agentic AI Patterns
kdubois
1
150
Ktorで簡単AIアプリケーション
tsukakei
0
100
Go言語の特性を活かした公式MCP SDKの設計
hond0413
2
520
TFLintカスタムプラグインで始める Terraformコード品質管理
bells17
2
430
CSC305 Lecture 11
javiergs
PRO
0
270
When Dependencies Fail: Building Antifragile Applications in a Fragile World
selcukusta
0
110
開発組織の戦略的な役割と 設計スキル向上の効果
masuda220
PRO
9
1.5k
Featured
See All Featured
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
We Have a Design System, Now What?
morganepeng
53
7.8k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
How to Think Like a Performance Engineer
csswizardry
27
2.1k
Agile that works and the tools we love
rasmusluckow
331
21k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Fireside Chat
paigeccino
41
3.7k
Unsuck your backbone
ammeep
671
58k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
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/