pdf-checklist-generation
Generate structured PDF checklists and reports using Python libraries in sandbox
Generate structured PDF checklists and reports using Python libraries in sandbox
Robust PowerPoint generation with shell_agent primary and python-pptx fallback, including directory verification and error debugging
Generate PowerPoint files using shell_agent and locate them in nested workspace directories
Workaround for executing Python code with external packages when sandbox fails
Ensure codebase deliverables are properly packaged as ZIP exports in a dedicated final step
Ensures codebase deliverables are properly exported as ZIP archives through a dedicated finalization step
Fallback pattern for executing Python code when execute_code_sandbox fails
Fallback workflow for executing Python code when execute_code_sandbox fails repeatedly
Generate complete medical SOAP notes with all four sections in a single comprehensive file write operation
Clarifies that file creation tasks are complete when the deliverable is successfully written—no submission step required
Generate complex multi-page PDFs by running reportlab Python code directly via run_shell when shell_agent fails on document creation
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
Generate structured PDF documents with tables, sections, and scoring using Python libraries in execute_code_sandbox
Reliable PDF generation using shell-based Python execution when sandbox fails