-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update .NET AI ecosystem docs to feature Microsoft Agent Framework #49616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the .NET AI ecosystem documentation to introduce Microsoft Agent Framework as a new recommended approach for building agentic AI applications. The update positions Agent Framework as the primary choice for advanced multi-agent orchestration while clarifying that Semantic Kernel remains suitable for simpler AI integration scenarios.
- Adds a new section introducing Microsoft Agent Framework and its capabilities.
- Updates guidance on when to use Semantic Kernel versus Agent Framework.
- Updates the SDK comparison table and local AI model recommendations to include Agent Framework.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes LGTM!
The article focused primarily on Semantic Kernel, but Microsoft Agent Framework is now the production-ready framework combining Semantic Kernel and AutoGen capabilities for agentic AI development.
Changes
Microsoft.Agents.AI.OpenAIpackage as first entryThe documentation now reflects Microsoft's current strategy where Agent Framework is recommended for new agentic applications requiring advanced orchestration, while Semantic Kernel remains suitable for simpler AI integration scenarios.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Internal previews