run_command
Execute shell commands with live output streaming. Run system commands in a controlled environment with real-time stdout/stderr monitoring and configurable execution parameters.
Instructions
Execute a shell command with live stdout/stderr streaming.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| working_directory | No | ||
| environment | No | ||
| timeout | No | ||
| command_id | No | ||
| allocate_pty | No |