[PR #3288] [MERGED] add js to deep research tutorial #3345

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

📋 Pull Request Information

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

Base: mainHead: add-js-to-deep-research


📝 Commits (1)

📊 Changes

10 files changed (+1133 additions, -18 deletions)

View changed files

src/code-samples/deepagents/deep-research.ts (+358 -0)
📝 src/code-samples/package-lock.json (+276 -16)
📝 src/code-samples/package.json (+1 -0)
📝 src/docs.json (+7 -0)
📝 src/oss/deepagents/deep-research.mdx (+264 -2)
src/snippets/code-samples/deep-research-agent-claude-js.mdx (+38 -0)
src/snippets/code-samples/deep-research-run-stream-js.mdx (+33 -0)
src/snippets/code-samples/deep-research-run-sync-js.mdx (+26 -0)
src/snippets/code-samples/deep-research-tools-js.mdx (+84 -0)
src/snippets/code-samples/researcher-instructions-js.mdx (+46 -0)

📄 Description

No description provided


🔄 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/3288 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 3/24/2026 **Status:** ✅ Merged **Merged:** 3/24/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `add-js-to-deep-research` --- ### 📝 Commits (1) - [`bb65695`](https://github.com/langchain-ai/docs/commit/bb65695a7b2803b227d74b4dc85fe3c2b31e903c) add js to deep research ### 📊 Changes **10 files changed** (+1133 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `src/code-samples/deepagents/deep-research.ts` (+358 -0) 📝 `src/code-samples/package-lock.json` (+276 -16) 📝 `src/code-samples/package.json` (+1 -0) 📝 `src/docs.json` (+7 -0) 📝 `src/oss/deepagents/deep-research.mdx` (+264 -2) ➕ `src/snippets/code-samples/deep-research-agent-claude-js.mdx` (+38 -0) ➕ `src/snippets/code-samples/deep-research-run-stream-js.mdx` (+33 -0) ➕ `src/snippets/code-samples/deep-research-run-sync-js.mdx` (+26 -0) ➕ `src/snippets/code-samples/deep-research-tools-js.mdx` (+84 -0) ➕ `src/snippets/code-samples/researcher-instructions-js.mdx` (+46 -0) </details> ### 📄 Description _No description provided_ --- <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:22:48 -04:00
yindo closed this issue 2026-06-05 18:22:48 -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#3345