[PR #3193] [MERGED] create deep research tutorial #3261

Closed
opened 2026-06-05 18:21:36 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3193
Author: @npentrel
Created: 3/18/2026
Status: Merged
Merged: 3/23/2026
Merged by: @npentrel

Base: mainHead: naomi/doc-732-create-tutorials-for-examples


📝 Commits (10+)

📊 Changes

16 files changed (+896 additions, -6 deletions)

View changed files

📝 .deepagents/skills/docs-code-samples/SKILL.md (+2 -0)
📝 .github/workflows/test-code-samples.yml (+1 -0)
📝 pyproject.toml (+5 -0)
📝 scripts/check_import_mappings.py (+1 -1)
📝 scripts/test_code_samples.py (+1 -1)
src/code-samples/deepagents/deep-research.py (+320 -0)
📝 src/code-samples/package-lock.json (+3 -1)
📝 src/docs.json (+2 -1)
src/oss/deepagents/deep-research.mdx (+371 -0)
📝 src/oss/learn.mdx (+4 -0)
src/snippets/code-samples/deep-research-agent-claude-py.mdx (+38 -0)
src/snippets/code-samples/deep-research-run-stream-py.mdx (+21 -0)
src/snippets/code-samples/deep-research-run-sync-py.mdx (+18 -0)
src/snippets/code-samples/deep-research-tools-py.mdx (+61 -0)
src/snippets/code-samples/researcher-instructions-py.mdx (+46 -0)
📝 tests/unit_tests/test_check_pr_imports.py (+2 -2)

📄 Description

https://langchain-5e9cc07a-preview-naomid-1773925989-05d4a14.mintlify.app/oss/python/deepagents/deep-research


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3193 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 3/18/2026 **Status:** ✅ Merged **Merged:** 3/23/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `naomi/doc-732-create-tutorials-for-examples` --- ### 📝 Commits (10+) - [`9ee0bd6`](https://github.com/langchain-ai/docs/commit/9ee0bd67905846b91730cd96ae5fbe5a70077814) add deep research example - [`851fbaf`](https://github.com/langchain-ai/docs/commit/851fbaf9e67adba8f89902817760b351c13d0cfd) testable - [`5d107ef`](https://github.com/langchain-ai/docs/commit/5d107ef730b775d5c700ffb397d44eb4bfb71aec) Lint - [`1c8dbd8`](https://github.com/langchain-ai/docs/commit/1c8dbd8aacf6076910d158477ba1cd08c2571da1) Update - [`8079439`](https://github.com/langchain-ai/docs/commit/80794395a39a54f4c95cf665af3d8b2f971de5af) Add tavily api key to test - [`167bdde`](https://github.com/langchain-ai/docs/commit/167bddecd1f75e4590c9fe4581a1cfc193a08cae) adjust timeouts - [`ecaa338`](https://github.com/langchain-ai/docs/commit/ecaa33835106eda7f89969d3e63a9e903c6d32d2) add more timee - [`eae7b4d`](https://github.com/langchain-ai/docs/commit/eae7b4dcf7bd586c7152276d3a715c65cd549b4f) update - [`7e8f325`](https://github.com/langchain-ai/docs/commit/7e8f3256e54c159a24d46fd8f1c72ec9104b16fa) Update tutorial - [`953dc40`](https://github.com/langchain-ai/docs/commit/953dc405feeed493b53a3c0356de5edd01fd4e73) lihnt ### 📊 Changes **16 files changed** (+896 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.deepagents/skills/docs-code-samples/SKILL.md` (+2 -0) 📝 `.github/workflows/test-code-samples.yml` (+1 -0) 📝 `pyproject.toml` (+5 -0) 📝 `scripts/check_import_mappings.py` (+1 -1) 📝 `scripts/test_code_samples.py` (+1 -1) ➕ `src/code-samples/deepagents/deep-research.py` (+320 -0) 📝 `src/code-samples/package-lock.json` (+3 -1) 📝 `src/docs.json` (+2 -1) ➕ `src/oss/deepagents/deep-research.mdx` (+371 -0) 📝 `src/oss/learn.mdx` (+4 -0) ➕ `src/snippets/code-samples/deep-research-agent-claude-py.mdx` (+38 -0) ➕ `src/snippets/code-samples/deep-research-run-stream-py.mdx` (+21 -0) ➕ `src/snippets/code-samples/deep-research-run-sync-py.mdx` (+18 -0) ➕ `src/snippets/code-samples/deep-research-tools-py.mdx` (+61 -0) ➕ `src/snippets/code-samples/researcher-instructions-py.mdx` (+46 -0) 📝 `tests/unit_tests/test_check_pr_imports.py` (+2 -2) </details> ### 📄 Description https://langchain-5e9cc07a-preview-naomid-1773925989-05d4a14.mintlify.app/oss/python/deepagents/deep-research --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:36 -04:00
yindo closed this issue 2026-06-05 18:21:36 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3261