Skip to content

Python: Remove planner-related code and samples. - #12417

Merged
Evan Mattson (moonbox3) merged 2 commits into
microsoft:mainfrom
moonbox3:remove-planners
Jun 9, 2025
Merged

Python: Remove planner-related code and samples.#12417
Evan Mattson (moonbox3) merged 2 commits into
microsoft:mainfrom
moonbox3:remove-planners

Conversation

@moonbox3

Copy link
Copy Markdown
Collaborator

Motivation and Context

Per deprecation method, removing planner-related code after June 1, 2025.

Description

Contribution Checklist

@moonbox3
Evan Mattson (moonbox3) requested a review from a team as a code ownerJune 9, 2025 04:30
@moonbox3Evan Mattson (moonbox3) added the python Pull requests for the Python Semantic Kernel label Jun 9, 2025
@moonbox3Evan Mattson (moonbox3) added planner Anything related to planner or plans PR: breaking change Pull requests that introduce breaking changes labels Jun 9, 2025
@markwallace-microsoft

Copy link
Copy Markdown
Contributor

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
__init__.py40100%
exceptions
__init__.py110100%
TOTAL26396392485%

Python Unit Test Overview

TestsSkippedFailuresErrorsTime
362422 💤0 ❌0 🔥1m 52s ⏱️

@moonbox3
Evan Mattson (moonbox3) added this pull request to the merge queueJun 9, 2025
Merged via the queue into microsoft:main with commit 3e31c3bJun 9, 2025
@moonbox3
Evan Mattson (moonbox3) deleted the remove-planners branch June 9, 2025 21:43
@github-project-automationgithub-project-automationBot moved this to Sprint: Done in Semantic KernelJun 9, 2025
jcruzmot-te pushed a commit to thousandeyes/aia-semantic-kernel that referenced this pull request Sep 15, 2025
### Motivation and Context
Per deprecation method, removing planner-related code after June 1,
2025.
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
1. Why is this change required?
2. What problem does it solve?
3. What scenario does it contribute to?
4. If it fixes an open issue, please link to the issue here.
-->
### Description
- Removing planner-related code.
- Closesmicrosoft#12400
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationplannerAnything related to planner or plansPR: breaking changePull requests that introduce breaking changespythonPull requests for the Python Semantic Kernel

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Python: Remove SK planners

4 participants

@moonbox3@markwallace-microsoft@TaoChenOSU@alliscode