From 1bd007863673bd5094df752947f56567fce68527 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Oct 2025 09:11:51 +0000 Subject: [PATCH 1/2] Add Real-World Examples section to tutorials index page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tutorials index page was missing the Real-World Examples section, which includes 6 practical application tutorials: - Generating llms.txt - Email Information Extraction - Memory-Enabled ReAct Agents with Mem0 - Financial Analysis with Yahoo Finance - Automated Code Generation from Documentation - Building a Creative Text-Based AI Game This ensures all tutorial categories are visible on the main tutorials page. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- docs/docs/tutorials/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/docs/tutorials/index.md b/docs/docs/tutorials/index.md index e1a509e7e9..294064343e 100644 --- a/docs/docs/tutorials/index.md +++ b/docs/docs/tutorials/index.md @@ -42,6 +42,16 @@ 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) + + - Tools, Development, and Deployment - [Use MCP in DSPy](mcp/index.md) - [Output Refinement](output_refinement/best-of-n-and-refine.md) From 9398c1f7a19cd1990934c069bc876e4c5ae7ad3a Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Oct 2025 09:14:05 +0000 Subject: [PATCH 2/2] Add Experimental RL Optimization section and reorganize tutorials MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- docs/docs/tutorials/index.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/docs/tutorials/index.md b/docs/docs/tutorials/index.md index 294064343e..a467e1cb48 100644 --- a/docs/docs/tutorials/index.md +++ b/docs/docs/tutorials/index.md @@ -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 @@ -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) + +