Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add Experimental RL Optimization section and reorganize tutorials
- Added missing Experimental RL Optimization section with 2 tutorials:
  - RL for Privacy-Conscious Delegation
  - RL for Multi-Hop Research

- Moved Real-World Examples section to appear after Tools, Development,
  and Deployment section for better organization

This ensures all tutorial categories are properly listed and organized
on the main tutorials page.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
  • Loading branch information
claude committed Oct 27, 2025
commit 9398c1f7a19cd1990934c069bc876e4c5ae7ad3a
22 changes: 14 additions & 8 deletions docs/docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,10 @@ Welcome to DSPy tutorials! We've organized our tutorials into three main categor
- [GEPA for Code Backdoor Classification (AI control)](gepa_trusted_monitor/index.ipynb)


- Real-World Examples:
- [Overview](real_world_examples/index.md)
- [Generating llms.txt](llms_txt_generation/index.md)
- [Email Information Extraction](email_extraction/index.md)
- [Memory-Enabled ReAct Agents with Mem0](mem0_react_agent/index.md)
- [Financial Analysis with Yahoo Finance](yahoo_finance_react/index.md)
- [Automated Code Generation from Documentation](sample_code_generation/index.md)
- [Building a Creative Text-Based AI Game](ai_text_game/index.md)
- Experimental RL Optimization:
- [Overview](rl_ai_program/index.md)
- [RL for Privacy-Conscious Delegation](rl_papillon/index.ipynb)
- [RL for Multi-Hop Research](rl_multihop/index.ipynb)


- Tools, Development, and Deployment
Expand All @@ -64,3 +60,13 @@ Welcome to DSPy tutorials! We've organized our tutorials into three main categor
- [Async](async/index.md)


- Real-World Examples:
- [Overview](real_world_examples/index.md)
- [Generating llms.txt](llms_txt_generation/index.md)
- [Email Information Extraction](email_extraction/index.md)
- [Memory-Enabled ReAct Agents with Mem0](mem0_react_agent/index.md)
- [Financial Analysis with Yahoo Finance](yahoo_finance_react/index.md)
- [Automated Code Generation from Documentation](sample_code_generation/index.md)
- [Building a Creative Text-Based AI Game](ai_text_game/index.md)