retry_retry_shell
Execute shell commands with automatic retries using exponential backoff when commands fail, ensuring reliable command execution in AI applications.
Instructions
[retry] Run a shell command with automatic retry on non-zero exit code. Uses exponential back-off between attempts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| max_attempts | No | ||
| delay_seconds | No | ||
| backoff_factor | No |