[PR #1310] [MERGED] Deepagents JS docs #1457

Closed
opened 2026-02-17 17:22:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1310
Author: @nhuang-lc
Created: 11/5/2025
Status: Merged
Merged: 11/6/2025
Merged by: @nhuang-lc

Base: mainHead: nh/deepagents-js


📝 Commits (5)

  • 2ba53f1 Deepagents JS docs
  • 3007789 Update src/oss/deepagents/middleware.mdx
  • 7b8bfc0 Update src/oss/deepagents/middleware.mdx
  • 5a428b8 Update src/oss/deepagents/backends.mdx
  • da0693d Merge branch 'main' into nh/deepagents-js

📊 Changes

9 files changed (+1023 additions, -178 deletions)

View changed files

📝 src/docs.json (+26 -1)
📝 src/oss/deepagents/backends.mdx (+87 -11)
📝 src/oss/deepagents/customization.mdx (+69 -3)
📝 src/oss/deepagents/human-in-the-loop.mdx (+169 -6)
📝 src/oss/deepagents/long-term-memory.mdx (+172 -141)
📝 src/oss/deepagents/middleware.mdx (+150 -8)
📝 src/oss/deepagents/quickstart.mdx (+101 -1)
📝 src/oss/deepagents/subagents.mdx (+245 -7)
src/oss/reference/deepagents-javascript.mdx (+4 -0)

📄 Description

Overview

Add code snippets for deepagentsjs and update Python snippets and docs as well that were out of date

Type of change

Type: Update existing documentation

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

🔄 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/1310 **Author:** [@nhuang-lc](https://github.com/nhuang-lc) **Created:** 11/5/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@nhuang-lc](https://github.com/nhuang-lc) **Base:** `main` ← **Head:** `nh/deepagents-js` --- ### 📝 Commits (5) - [`2ba53f1`](https://github.com/langchain-ai/docs/commit/2ba53f1490e9d288020d4af8fa79f2e1b8a277c6) Deepagents JS docs - [`3007789`](https://github.com/langchain-ai/docs/commit/300778970486cc12cc18843c381733b8e430bb28) Update src/oss/deepagents/middleware.mdx - [`7b8bfc0`](https://github.com/langchain-ai/docs/commit/7b8bfc00bb143dd4c93262caf6b5ff529ab29f5d) Update src/oss/deepagents/middleware.mdx - [`5a428b8`](https://github.com/langchain-ai/docs/commit/5a428b84dcf54003b34a210e24381b974b52fd75) Update src/oss/deepagents/backends.mdx - [`da0693d`](https://github.com/langchain-ai/docs/commit/da0693df0a6679e5ed0799bb856c43f612914b4e) Merge branch 'main' into nh/deepagents-js ### 📊 Changes **9 files changed** (+1023 additions, -178 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+26 -1) 📝 `src/oss/deepagents/backends.mdx` (+87 -11) 📝 `src/oss/deepagents/customization.mdx` (+69 -3) 📝 `src/oss/deepagents/human-in-the-loop.mdx` (+169 -6) 📝 `src/oss/deepagents/long-term-memory.mdx` (+172 -141) 📝 `src/oss/deepagents/middleware.mdx` (+150 -8) 📝 `src/oss/deepagents/quickstart.mdx` (+101 -1) 📝 `src/oss/deepagents/subagents.mdx` (+245 -7) ➕ `src/oss/reference/deepagents-javascript.mdx` (+4 -0) </details> ### 📄 Description ## Overview Add code snippets for deepagentsjs and update Python snippets and docs as well that were out of date ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) --- <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-02-17 17:22:22 -05:00
yindo closed this issue 2026-02-17 17:22:22 -05:00
yindo changed title from [PR #1310] Deepagents JS docs to [PR #1310] [MERGED] Deepagents JS docs 2026-06-05 18:12:45 -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#1457