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
27
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
26
AI Prototyping to Productionwith Promptflow
daronyondem
0
58
Retrieval Augmented Generation
daronyondem
0
250
Azure OpenAI
daronyondem
0
220
FaaS for Everyone, Everywhere
daronyondem
0
160
Skyrocketing Developer Velocity
daronyondem
0
100
What’s in Azure for Your Mobile Projects?
daronyondem
0
77
Azure Applied AI and AutoML
daronyondem
0
96
Serverless + APIM
daronyondem
0
97
Other Decks in Programming
See All in Programming
ベクトル検索システムの気持ち
monochromegane
30
9.3k
ニックトレイン登壇資料
ryotakurokawa
0
150
NestJSのコードからOpenAPIを自動生成する際の最適解を探す
astatsuya
0
190
Develop Faster With FrankenPHP
dunglas
2
2.8k
아직도 SOLID 를 '글'로만 알고 계신가요?
sh1mj1
0
360
MCP世界への招待: AIエンジニアが創る次世代エージェント連携の世界
gunta
2
730
Django for Data Science (Boston Python Meetup, March 2025)
wsvincent
0
260
Devinのメモリ活用の学びを自社サービスにどう組み込むか?
itarutomy
0
1.8k
Windows版PHPのビルド手順とPHP 8.4における変更点
matsuo_atsushi
0
370
PHPer's Guide to Daemon Crafting Taming and Summoning
uzulla
2
1.1k
Day0 初心者向けワークショップ実践!ソフトウェアテストの第一歩
satohiroyuki
0
480
신입 안드로이드 개발자의 AI 스타트업 생존기 (+ Native C++ Code를 Android에서 사용해보기)
dygames
0
510
Featured
See All Featured
How GitHub (no longer) Works
holman
314
140k
Unsuck your backbone
ammeep
670
57k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
29
2k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
For a Future-Friendly Web
brad_frost
176
9.6k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.4k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
8
700
Speed Design
sergeychernyshev
28
870
Docker and Python
trallard
44
3.3k
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/