You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a system prompt note listing the pre-installed Python packages (requests, httpx, pandas, numpy, scipy, pydantic, and more).
Add a default extra-packages constant and kernel bootstrap that installs those packages, with the prompt referencing the constant instead of a hardcoded list.
Fix the RLM kernel package prompt to show importable module names and reject kernel-Python overrides that are missing the default packages.