gretl_run_commands
Run raw Gretl commands for econometric analysis, supporting visible GUI interaction and safe execution of scripts.
Instructions
Run one or more raw Gretl command lines. By default this also requires opening the same workflow in the visible Gretl GUI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Gretl command lines to run in order. | |
| safeMode | No | When true, blocks shell-like commands and absolute file writes. | |
| requireGui | No | Require the visible Gretl GUI to open for this workflow. Defaults to true outside CI. | |
| gretlCliPath | No | Optional explicit path to gretlcli or gretlcli.exe. | |
| gretlGuiPath | No | Optional explicit path to gretl or gretl.exe. | |
| keepWorkspace | No | Keep the run workspace so generated artifacts remain available. | |
| workspaceRoot | No | Optional directory where run workspaces are created. | |
| displayInGretl | No | Open the generated command script in the visible Gretl GUI. Defaults to true outside CI. | |
| guiNewInstance | No | Open a new Gretl GUI instance for the visible script. | |
| timeoutSeconds | No | Maximum runtime in seconds. Defaults to 30, max 300. |