Fallback method to execute Python code when execute_code_sandbox fails with e2b errors
When execute_code_sandbox repeatedly fails with e2b sandbox errors, use this fallback pattern to execute Python code directly on the host system.
Use this skill when:
execute_code_sandbox fails with e2b-related errorsUse write_file to save your Python code as a .py file:
Tool: write_file