run_python
Execute Python code or scripts directly from AI assistants, supporting virtual environments and command-line arguments for automated development tasks.
Instructions
Execute Python code or script
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Python code to execute | |
| script_path | No | Path to Python script file | |
| args | No | Command line arguments | |
| venv | No | Path to virtual environment |