- 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.