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
70
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
44
AI Prototyping to Productionwith Promptflow
daronyondem
0
77
Retrieval Augmented Generation
daronyondem
0
290
Azure OpenAI
daronyondem
0
240
FaaS for Everyone, Everywhere
daronyondem
0
200
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
120
Other Decks in Programming
See All in Programming
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
310
AIと私たちの学習の変化を考える - Claude Codeの学習モードを例に
azukiazusa1
11
4.4k
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
540
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
3
260
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
190
Swift Updates - Learn Languages 2025
koher
2
510
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
4.3k
print("Hello, World")
eddie
2
530
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.5k
Rancher と Terraform
fufuhu
2
550
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
610
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.9k
Featured
See All Featured
Writing Fast Ruby
sferik
628
62k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
The Cult of Friendly URLs
andyhume
79
6.6k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Speed Design
sergeychernyshev
32
1.1k
GraphQLとの向き合い方2022年版
quramy
49
14k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
113
20k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Unsuck your backbone
ammeep
671
58k
Balancing Empowerment & Direction
lara
3
620
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/