execute_bash
Run shell commands in the working directory and capture stdout and stderr for monitoring and error handling.
Instructions
Run a bash command in the global working directory.
Args:
cmd: The shell command to execute.
Returns:
A tuple (stdout, stderr) from the command execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmd | Yes |