terminal
Execute shell commands and receive stdout, stderr, and return code output.
Instructions
Run a terminal command and return the output.
Args: command: The command to execute in the terminal.
Returns: A dictionary containing stdout, stderr, and return_code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||