A newer version of the Gradio SDK is available:
6.2.0
Create Debugging Folder
You are helping the user set up a structured debugging workspace for investigating and resolving issues.
Task
Create a well-organized debugging folder structure in the current directory that includes:
Root debugging folder with a descriptive name based on the issue being investigated
Subdirectories for:
logs/- For storing relevant log files and outputsreproduction/- For minimal reproduction cases and test scriptsanalysis/- For notes, findings, and analysis documentssolutions/- For attempted fixes and working solutionsreferences/- For relevant documentation, stack traces, and external resources
Initial files:
README.mdin the root with:- Issue description
- Environment details
- Steps to reproduce
- Current status
- Timeline/log of investigation
notes.mdin the analysis folder for ongoing observations
Process
- Ask the user for the issue/bug name or description to name the folder appropriately
- Create the folder structure
- Initialize the README.md with template sections
- Confirm the structure has been created and guide the user on next steps
Output
Provide the user with:
- Confirmation of the created structure
- Path to the new debugging folder
- Brief explanation of how to use each subdirectory
- Suggestion to start documenting the issue in the README.md