cd /news/artificial-intelligence/autogen-is-in-maintenance-mode-migra… · home topics artificial-intelligence article
[ARTICLE · art-68605] src=dev.to ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

AutoGen Is in Maintenance Mode — Migrating to Agent Framework

Microsoft has merged its AutoGen multi-agent framework into Semantic Kernel to create the Microsoft Agent Framework, released in October 2025. AutoGen is now in maintenance mode, receiving only security patches, with new projects directed to Agent Framework. The company advises migrating existing AutoGen systems as planned technical debt.

read2 min views1 publishedJul 22, 2026

Microsoft folded AutoGen — its research-driven multi-agent conversation framework — into Semantic Kernel, its enterprise agent SDK, and shipped the result as a single Microsoft Agent Framework in October 2025. AutoGen is now in maintenance mode: it still gets security patches, but new features and new projects are directed to Agent Framework instead.

This isn't a rename. AutoGen and Semantic Kernel had genuinely different design centers — AutoGen optimized for flexible, research-friendly multi-agent conversations; Semantic Kernel optimized for enterprise SDK consistency across Python, C#, and Java, with tighter Azure integration. Agent Framework is Microsoft's attempt to keep AutoGen's conversation patterns while giving them Semantic Kernel's production and governance story.

If you're starting a new project today, start on Agent Framework, not AutoGen — you'd otherwise be building on a track Microsoft has already said is winding down. If you have an existing AutoGen system in production, you don't need to panic-migrate; maintenance mode means it keeps working and keeps getting patched. But budget the migration as planned technical debt rather than something to revisit "eventually" — the gap between AutoGen and current tooling only grows. The practical risk isn't that AutoGen stops working overnight. It's that the ecosystem — tutorials, community answers, third-party integrations — increasingly assumes Agent Framework, which makes debugging an aging AutoGen system slower every quarter you wait.

If your agent logic is simple enough that it's really just an LLM call wrapped in retry logic — no multi-agent conversation, no complex state — it may be cheaper to rebuild that piece directly than to migrate a heavier framework's worth of scaffolding for it. That's a case where moving the logic into an n8n workflow that calls the model directly can be simpler than carrying framework-specific abstractions forward at all. Q: Do I have to migrate off AutoGen immediately?

A: No. Maintenance mode means it keeps receiving security patches. Migrate on your own timeline, but don't start new projects on it.

Q: Does Agent Framework replace Semantic Kernel too?

A: Yes — it's the merger of both AutoGen and Semantic Kernel into one framework, so Semantic Kernel projects are also moving toward it over time.

Q: Is the migration mostly automated, or a rewrite?

A: Expect a partial rewrite. Core concepts carry over, but the API surface differs enough that conversation flows and tool integrations need re-testing, not just re-importing.

Originally published on Automations Cookbook.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @microsoft 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/autogen-is-in-mainte…] indexed:0 read:2min 2026-07-22 ·