abp icon indicating copy to clipboard operation
abp copied to clipboard

Migrate Volo.Abp.AI Semantic Kernel to Microsoft Agent Framework

Open jacekmichalski opened this issue 1 month ago • 2 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

Semantic Kernel is now considered legacy technology as of November 2025.

For new chat and agent solutions, Microsoft recommends using the Microsoft Agent Framework, which combines the best features of Semantic Kernel with AutoGen to provide a more robust and modern approach to building AI agents and chat applications.

Describe the solution you'd like

Migrate Semantic Kernel to Microsoft Agent Framework

Additional context

No response

jacekmichalski avatar Dec 01 '25 15:12 jacekmichalski

https://learn.microsoft.com/en-us/agent-framework/migration-guide/from-semantic-kernel/?pivots=programming-language-csharp

jacekmichalski avatar Dec 02 '25 09:12 jacekmichalski

https://learn.microsoft.com/en-us/agent-framework/migration-guide/from-semantic-kernel/?pivots=programming-language-csharp

Hi @jacekmichalski, thanks a lot for pointing this out! We’re already following the migration guidance and have an internal task opened to handle the transition from Semantic Kernel to the Microsoft Agent Framework in our AI Management module (and also for the necessary changes on the framework side).

Really appreciate you taking the time to raise this 🙏

EngincanV avatar Dec 02 '25 10:12 EngincanV