Python: Docs: Add Microsoft Agent Framework successor callout to READMEs#13932
Merged
Conversation
Add a prominent "IMPORTANT" callout to the top-level, Python, and .NET READMEs directing readers to Microsoft Agent Framework (MAF) as Semantic Kernel's successor SDK, and noting that SK will continue to receive minimal security and bug fixes only.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds prominent “IMPORTANT” callouts to the repo’s primary READMEs to direct new users to Microsoft Agent Framework (MAF) as the successor SDK and clarify Semantic Kernel’s maintenance posture.
Changes:
- Inserted a GitHub admonition (
> [!IMPORTANT]) callout under the title/badges in the top-level README. - Added the same successor/maintenance callout to the Python README.
- Added the same successor/maintenance callout to the .NET README.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Adds a top-level “IMPORTANT” callout pointing users to MAF as the successor SDK. |
| python/README.md | Adds the same callout for Python users (also impacts PyPI rendering). |
| dotnet/README.md | Adds the same callout for .NET users (GitHub-facing README). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
eavanvalkenburg
approved these changes
Apr 29, 2026
4 tasks
eavanvalkenburg
approved these changes
Apr 30, 2026
peibekwe
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Now that Microsoft Agent Framework (MAF) is the successor SDK to Semantic Kernel, the top-level and per-language READMEs should direct community members — especially newcomers landing here from search, GitHub, PyPI, or NuGet — to MAF for new work, and clearly state SK's ongoing maintenance posture.
Description
Adds a prominent GitHub
> [!IMPORTANT]callout, placed directly under the existing title/badges block, to:README.md(top-level)python/README.mddotnet/README.mdEach callout:
No other README content is modified; SK identity, badges, install steps, and quickstart samples are preserved.
Contribution Checklist