feat: enhance notebook review to validate cookbook usability

- Check for clear introduction explaining the notebook's purpose
- Validate configuration instructions are present
- Ensure connecting explanations between cells for better flow
This commit is contained in:
Alex Notov
2025-09-07 16:47:05 -06:00
parent 3ab4f7d735
commit 027216e0d6

View File

@@ -46,6 +46,9 @@ jobs:
- No hardcoded API keys (use os.getenv("ANTHROPIC_API_KEY"))
## Notebook Structure
- Clear introduction explaining what the notebook demonstrates and why it's useful
- Configuration instructions (how to set up API keys, install dependencies, etc.)
- Connecting explanations between cells that help users understand the flow
- Clear markdown explanations between code cells
- Logical flow from simple to complex
- Outputs preserved for educational value