feat: add isolated Python module runtime - #3478
Open
TomCC7 wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #3478 +/- ##
==========================================
+ Coverage 74.05% 76.05% +2.00%
==========================================
Files 1283 1229 -54
Lines 124704 119197 -5507
Branches 11141 11117 -24
==========================================
- Hits 92349 90661 -1688
+ Misses 29493 25440 -4053
- Partials 2862 3096 +234
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 85 files with indirect coverage changes 🚀 New features to boost your workflow:
|
1 task
TomCC7
commented
Aug 16, 2026
TomCC7
marked this pull request as ready for review
August 16, 2026 07:02
TomCC7
requested review from
Dreamsorcerer,
leshy,
mustafab0,
paul-nechifor and
spomichter
as code owners
August 16, 2026 07:02
1 task
TomCC7
force-pushed
the
cc/feat/external-python-native-module
branch
from
August 18, 2026 00:07
7b1680e to
e9c8f9b
Compare
Contributor
|
Too many files changed for review (139 files, 100 file limit). Bypass the limit by tagging |
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.
Contribution path
Problem
dimOS needs to run Python modules with dependency sets that conflict with the host environment while preserving normal typed streams, RPCs, skills, module references, lifecycle management, and restart behavior.
Solution
IsolatedPythonModule, a host-side contract backed by a concrete subclass in a sibling Python project.How to Test
Validated on the #3465 base: 21 focused tests passed, targeted mypy passed, pre-commit passed, and the real subprocess example exited cleanly.
Checklist