inspect_stack
Analyze a Python project directory to identify the interpreter version, package manager, resolved dependencies, and supported libraries, providing evidence for compatibility analysis.
Instructions
Detect Python version, package manager, resolved dependencies, and supported libraries.
Args: project_dir: Root directory of the Python project to inspect (defaults to current directory).
Returns: JSON string containing StackInfo with resolved versions and evidence sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |