python-execution-fallback
vmain
io.github.HKUDS/OpenSpace/python-execution-fallback
Four-step recovery workflow for code execution failures when inline Python fails
共 2,719 个资源
vmain
io.github.HKUDS/OpenSpace/python-execution-fallback
Four-step recovery workflow for code execution failures when inline Python fails
vmain
io.github.HKUDS/OpenSpace/python-execution-fallback-9d4989
Fallback method for executing Python when execute_code_sandbox fails with unknown errors
vmain
io.github.HKUDS/OpenSpace/python-debug-pattern
Debug Python script execution failures by capturing full output with exit codes and verifying working directory before file operations
vmain
io.github.HKUDS/OpenSpace/python-debug-execution-911f17
Debug Python script execution failures by capturing full tracebacks and verifying working directory
vmain
io.github.HKUDS/OpenSpace/typescript-compile-check-resilient
TypeScript compile-checking in projects where npx and node_modules/.bin symlinks fail, with a filtering technique to isolate errors from only newly-created or task-specific files — ignoring pre-existing legacy errors.
vmain
io.github.HKUDS/OpenSpace/typescript-import-audit
Systematic workflow for auditing TypeScript codebases for import hygiene issues (value vs. type imports, duplicates), missing base class extensions, and incomplete barrel file re-exports, with actionable fix patterns.
vmain
io.github.HKUDS/OpenSpace/typescript-typecheck-fallback
Reliably run TypeScript type-checking (npx tsc --noEmit) by using shell_agent as a fallback when run_shell fails due to environment or timeout issues.
vmain
io.github.HKUDS/OpenSpace/typescript-compile-check-resilient-fallback
A resilient workflow for running TypeScript compile checks (tsc --noEmit) that falls back gracefully when npx or direct binary invocations fail, and distinguishes pre-existing errors from newly introduced ones.
vmain
io.github.HKUDS/OpenSpace/react-localstorage-keyboard-nav
Create React components with localStorage persistence and keyboard navigation support
vmain
io.github.HKUDS/OpenSpace/pdf-checklist-generation
Generate structured PDF checklists and reports using Python libraries in sandbox
vmain
io.github.HKUDS/OpenSpace/pdf-checklist-generator
Generate structured PDF checklists and reports with tables, sections, and scoring criteria using Python libraries
vmain
io.github.HKUDS/OpenSpace/pdf-checklist-workflow
Generate structured PDF documents with tables, sections, and scoring using Python libraries in execute_code_sandbox
vmain
io.github.HKUDS/OpenSpace/pdf-debug-unbuffered
Debug Python PDF generation errors by using unbuffered output and stderr inspection to reveal actual tracebacks
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced-29b2f4
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced-899f5b
Progressive tool-chain PDF extraction with explicit read_file, run_shell, and execute_code_sandbox sequencing
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced-e27e0c
PDF text extraction with tool cascade prioritizing shell pdftotext before Python fallback
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced
PDF extraction with ordered tool chain: read_file, then run_shell/pdftotext, then execute_code_sandbox/PyMuPDF
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback
Multi-step PDF download and text extraction with progressive fallback strategies
vmain
io.github.HKUDS/OpenSpace/pdf-engine-fallback
Retry PDF generation with alternative engines when pandoc fails
vmain
io.github.HKUDS/OpenSpace/pdftotext-fallback
Recover PDF text extraction when read_file returns binary data by using pdftotext via shell
vmain
io.github.HKUDS/OpenSpace/pdf-verification
Verify PDF page counts and file integrity programmatically using PyPDF2 after generation
vmain
io.github.HKUDS/OpenSpace/pdf-verification-cli
Verify PDF page count and content using command-line tools when Python libraries unavailable
vmain
io.github.HKUDS/OpenSpace/pdf-verification-cli-enhanced
Complete PDF workflow: verify, extract content, assemble reports, and generate output PDFs using command-line tools
vmain
io.github.HKUDS/OpenSpace/pdf-verification-cli-enhanced-657992
Complete PDF workflow: extract content from source PDFs and generate new PDF reports using command-line tools