Runtime Import Diagnose
cc_runtime_import_diagnoseDiagnose Python import errors by running isolated subprocess imports with configurable module list and timeout to find broken dependencies.
Instructions
Führt BACH-abgeleitete Python-Runtime-Importdiagnosen in isolierten Subprozessen aus
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Python project directory or file | |
| modules | No | Optional module list: package.mod:Class,other.module | |
| max_modules | No | Maximum auto-discovered modules to import | |
| python_path | No | Python executable path; defaults to PYTHON/PYTHON_EXECUTABLE/python | |
| timeout_seconds | No | Timeout per isolated import subprocess |