[PR #1590] [CLOSED] fix: agent jump example, enhanced state docs for JS and more #1675

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1590
Author: @christian-bromann
Created: 11/22/2025
Status: Closed

Base: mainHead: cb/improved-js-docs


📝 Commits (10+)

📊 Changes

14 files changed (+728 additions, -38 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+11 -8)
📝 src/docs.json (+6 -2)
📝 src/langsmith/rate-limiting.mdx (+1 -1)
src/oss/javascript/releases/changelog.mdx (+26 -0)
📝 src/oss/javascript/releases/langchain-v1.mdx (+2 -2)
📝 src/oss/langchain/middleware/built-in.mdx (+181 -1)
📝 src/oss/langchain/middleware/custom.mdx (+444 -15)
📝 src/oss/langchain/models.mdx (+5 -5)
📝 src/oss/langchain/observability.mdx (+9 -0)
📝 src/oss/langchain/rag.mdx (+9 -0)
📝 src/oss/langgraph/errors/INVALID_CHAT_HISTORY.mdx (+2 -2)
📝 src/oss/langgraph/test.mdx (+7 -0)
src/oss/python/releases/changelog.mdx (+23 -0)
📝 src/oss/python/releases/langchain-v1.mdx (+2 -2)

📄 Description

Some further improvements on:

  • custom state schema: more details on how this is useful
  • custom context schema: new section (was not documented before)
  • adding references to published middleware videos:
    Screenshot 2025-11-22 at 3 22 10 PM
  • (js only): add docs on public/private state
  • (js only): fix example for jump to section
  • (js only): improvements to openAIModerationMiddleware

🔄 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/1590 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 11/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cb/improved-js-docs` --- ### 📝 Commits (10+) - [`d783557`](https://github.com/langchain-ai/docs/commit/d783557983a1fa1f5758e6b06f33be3ce4637e27) relnotes draft - [`9323182`](https://github.com/langchain-ai/docs/commit/932318265f7a2d61b7469670dc559fcc5fe1c3b1) Merge branch 'main' into sr/1.1-release-notes - [`f909b9a`](https://github.com/langchain-ai/docs/commit/f909b9a732a633fcae85979ce99bb0549e6931d4) v1.1 JS release notes (#1557) - [`6d8570d`](https://github.com/langchain-ai/docs/commit/6d8570ddabcea54a4ff34ed472d47396aaaccd30) updates - [`1098a58`](https://github.com/langchain-ai/docs/commit/1098a58008cf3a0089b1b45172a9d72f75d8c21f) nits: v1.1 release notes (#1577) - [`d1ca5c2`](https://github.com/langchain-ai/docs/commit/d1ca5c27cd800c3d70f9f518db1d9a277d0d6a74) Merge branch 'main' into sr/1.1-release-notes - [`f944647`](https://github.com/langchain-ai/docs/commit/f9446474b23a29d821fc4dcc920bbae907e5a84d) new-org - [`66f8025`](https://github.com/langchain-ai/docs/commit/66f80255b7d6e7ba6605d13df55df6af9cc85bef) system message stuff - [`3b50c01`](https://github.com/langchain-ai/docs/commit/3b50c0160c17acc25f1aa2ada46eb5200182b910) boom - [`ccc9ab6`](https://github.com/langchain-ai/docs/commit/ccc9ab63e2a650cf111be0deecf8b2280d46e6fa) content blocks, oh my ### 📊 Changes **14 files changed** (+728 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+11 -8) 📝 `src/docs.json` (+6 -2) 📝 `src/langsmith/rate-limiting.mdx` (+1 -1) ➕ `src/oss/javascript/releases/changelog.mdx` (+26 -0) 📝 `src/oss/javascript/releases/langchain-v1.mdx` (+2 -2) 📝 `src/oss/langchain/middleware/built-in.mdx` (+181 -1) 📝 `src/oss/langchain/middleware/custom.mdx` (+444 -15) 📝 `src/oss/langchain/models.mdx` (+5 -5) 📝 `src/oss/langchain/observability.mdx` (+9 -0) 📝 `src/oss/langchain/rag.mdx` (+9 -0) 📝 `src/oss/langgraph/errors/INVALID_CHAT_HISTORY.mdx` (+2 -2) 📝 `src/oss/langgraph/test.mdx` (+7 -0) ➕ `src/oss/python/releases/changelog.mdx` (+23 -0) 📝 `src/oss/python/releases/langchain-v1.mdx` (+2 -2) </details> ### 📄 Description Some further improvements on: - custom state schema: more details on how this is useful - custom context schema: new section (was not documented before) - adding references to published middleware videos: <img width="630" height="82" alt="Screenshot 2025-11-22 at 3 22 10 PM" src="https://github.com/user-attachments/assets/73b67185-9233-4196-a1ee-4d8025840e21" /> - (js only): add docs on public/private state - (js only): fix example for jump to section - (js only): improvements to openAIModerationMiddleware --- <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:36 -05:00
yindo closed this issue 2026-02-17 17:22:36 -05:00
yindo changed title from [PR #1590] fix: agent jump example, enhanced state docs for JS and more to [PR #1590] [CLOSED] fix: agent jump example, enhanced state docs for JS and more 2026-06-05 18:14:18 -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#1675