Skip to content
Open
Changes from all commits
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
16 changes: 16 additions & 0 deletions docs/docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ 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)


- 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
- [Use MCP in DSPy](mcp/index.md)
- [Output Refinement](output_refinement/best-of-n-and-refine.md)
Expand All @@ -54,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)