Skip to content

Conversation

moonbox3
Copy link
Collaborator

Motivation and Context

Currently, we attempt to deep copy plugins, no matter what the plugin instance holds. This will cause issues when plugins contain unpickleable items like an async generator.

Description

Contribution Checklist

@moonbox3 moonbox3 requested a review from a team as a code owner September 11, 2025 10:34
@moonbox3 moonbox3 added the python Pull requests for the Python Semantic Kernel label Sep 11, 2025
@moonbox3
Copy link
Collaborator Author

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
kernel.py2345875%149, 160, 164, 320–321, 323, 405, 411–412, 416–417, 470–474, 476–477, 490–499, 501, 503–504, 506–526, 528–533
TOTAL27120472782% 

Python Unit Test Overview

Tests Skipped Failures Errors Time
3720 22 💤 0 ❌ 0 🔥 1m 42s ⏱️

@eavanvalkenburg eavanvalkenburg added this pull request to the merge queue Sep 12, 2025
Merged via the queue into microsoft:main with commit d8af1ed Sep 12, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests for the Python Semantic Kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python: Bug: Cannot register agent with MCP plugin due to async context manager in HandoffOrchestration
3 participants