AutonomousShellToolKit enables secure terminal command execution within the workspace.
Available Tools
| Tool | Description |
|---|---|
run_command | Execute shell commands |
run_python | Execute Python code snippets |
check_command_exists | Verify if a command is available |
Configuration Options
| Option | Default | Description |
|---|---|---|
shell_timeout | 120 | Default command timeout in seconds |
shell_max_output | 10000 | Maximum output characters before truncation |
blocked_commands | Security defaults | Commands that are blocked |

