docx-read-fallback
Use run_shell with python-docx as reliable fallback when read_file fails on .docx files
Use run_shell with python-docx as reliable fallback when read_file fails on .docx files
Use shell_agent as fallback when execute_code_sandbox fails for Excel file operations
Create Excel files with openpyxl by falling back to shell-based Python heredoc when sandbox execution fails
Create Excel files with openpyxl by falling back to run_shell with inline Python heredoc when execute_code_sandbox fails
Fallback from execute_code_sandbox to run_shell when e2b sandbox is unavailable
Fallback workflow for running code via file write and shell when sandbox execution fails
Use run_shell as fallback when execute_code_sandbox or shell_agent fail on filesystem operations
Reliable Python execution workflow when execute_code_sandbox or shell_agent fail
Use run_shell with Python heredoc when execute_code_sandbox or read_file fail
Two-step script execution workflow for debugging when shell_agent and execute_code_sandbox consistently fail
Use run_shell with inline Python as a fallback when execute_code_sandbox fails for openpyxl/spreadsheet operations
Reliable PDF generation using shell-based Python execution when sandbox fails
Fallback method for executing Python when execute_code_sandbox fails with unknown errors
Fallback to shell execution when sandbox fails for library-dependent Python code
Use run_shell with cd and heredoc syntax for complex Excel operations when read_file fails on XLSX or execute_code_sandbox fails on multi-step workbook creation
Resilient multi-step workflow for spreadsheet processing when execute_code_sandbox fails, using shell_agent exploration, file-based scripts, and verification steps
Fallback to run_shell and write_file when execute_code_sandbox or shell_agent fail on filesystem operations
Use run_shell with inline Python as a reliable fallback when execute_code_sandbox or read_file fail
Fallback workflow for code execution when automated tools fail, using shell heredoc with verification
Fallback pattern for executing Python code when execute_code_sandbox fails by writing to file and running via shell