Loading video player...
Microsoft just announced Agent Framework - and if you're using AutoGen, you need to watch this. Yesterday Microsoft dropped their new Agent Framework combining AutoGen and Semantic Kernel into one unified framework. The big news? AutoGen is essentially done... They'll patch bugs but no new features are coming. In this video, I walk through the official docs to show you what's changing: - Why Microsoft is consolidating their agent ecosystem - The new Middleware system - Workflow API replacing AutoGen Teams - How orchestration patterns compare (Sequential, Concurrent, Handoff, Magentic) - Migration path from AutoGen This just dropped a couple of days ago so I'm still experimenting with it. But I wanted to get this info out quickly since it impacts a lot of developers. I'll be doing hands-on tutorials as I test this out, so subscribe if you want to follow along. --- Resources: Microsoft Agent Framework Announcement: https://devblogs.microsoft.com/foundry/introducing-microsoft-agent-framework-the-open-source-engine-for-agentic-ai-apps/ GitHub Repository: https://github.com/microsoft/agent-framework Migration Guide from AutoGen: https://learn.microsoft.com/en-us/agent-framework/migration-guide/from-autogen/ Middleware Examples: https://github.com/microsoft/agent-framework/tree/main/python/samples/getting_started/middleware Workflow Examples: https://github.com/microsoft/agent-framework/tree/main/python/samples/getting_started/workflows