[PR #3950] [MERGED] docs(deepagents): add ContextHubBackend docs and cross-links #3958

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3950
Author: @vishnu-ssuresh
Created: 5/11/2026
Status: Merged
Merged: 5/13/2026
Merged by: @vishnu-ssuresh

Base: mainHead: docs/context-hub-backend-crosslinks


📝 Commits (10+)

  • 9d7f246 docs(deepagents): add docs and cross-links
  • ab4a0bf docs(deepagents): rename section and simplify identifier examples
  • bf91ed9 docs(deepagents): remove python-only wording for context hub docs
  • 3c021a3 docs(deepagents): remove -/name identifier style from context hub docs
  • 824a0ef docs(deepagents): link from production filesystem chooser
  • 37622c5 docs(deepagents): move ContextHubBackend guidance into backend tabs
  • 4f75c57 docs(deepagents): fix ContextHubBackend cross-links for python routes
  • de074a7 docs(deepagents): fix ContextHubBackend links to avoid double python path
  • 68c30d9 Merge branch 'main' into docs/context-hub-backend-crosslinks
  • a9182e3 Merge branch 'main' into docs/context-hub-backend-crosslinks

📊 Changes

4 files changed (+54 additions, -2 deletions)

View changed files

📝 src/oss/deepagents/backends.mdx (+32 -2)
📝 src/oss/deepagents/customization.mdx (+10 -0)
📝 src/oss/deepagents/going-to-production.mdx (+4 -0)
src/snippets/backend-context-hub-py.mdx (+8 -0)

📄 Description

Adds first-class Python docs for ContextHubBackend on the Backends page and links to it from customization and production guidance so users can discover LangSmith Hub persistence from related workflows.

Highlights:

  • Add Context Hub quickstart row, backend diagram node, built-in backend section, and Python specify-backend mention.
  • Add reusable snippet backend-context-hub-py.mdx.
  • Add Python-only cross-links from customization and going-to-production pages.

Validation:

  • make build
  • make check-cross-refs
  • make broken-links-with-anchors (fails due existing unrelated broken links in repo; no failures introduced by edited Deep Agents files).

🔄 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/3950 **Author:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Created:** 5/11/2026 **Status:** ✅ Merged **Merged:** 5/13/2026 **Merged by:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Base:** `main` ← **Head:** `docs/context-hub-backend-crosslinks` --- ### 📝 Commits (10+) - [`9d7f246`](https://github.com/langchain-ai/docs/commit/9d7f2460495ef14f6d6e3d5fee77092f43385ca8) docs(deepagents): add docs and cross-links - [`ab4a0bf`](https://github.com/langchain-ai/docs/commit/ab4a0bf8ef40d431b41de857d6b1534e49ac89a5) docs(deepagents): rename section and simplify identifier examples - [`bf91ed9`](https://github.com/langchain-ai/docs/commit/bf91ed9563ca7ebfa948c6e4f297b8a1a08966d7) docs(deepagents): remove python-only wording for context hub docs - [`3c021a3`](https://github.com/langchain-ai/docs/commit/3c021a353c9bc9e662a21f4272465cd0993620f6) docs(deepagents): remove -/name identifier style from context hub docs - [`824a0ef`](https://github.com/langchain-ai/docs/commit/824a0ef2de19bcce0412f12027063e81da17f842) docs(deepagents): link from production filesystem chooser - [`37622c5`](https://github.com/langchain-ai/docs/commit/37622c547fb1a2ac9bbcc443e90e88af5e0e6950) docs(deepagents): move ContextHubBackend guidance into backend tabs - [`4f75c57`](https://github.com/langchain-ai/docs/commit/4f75c57799cdab9483410587a9d0dadc6f6df8d0) docs(deepagents): fix ContextHubBackend cross-links for python routes - [`de074a7`](https://github.com/langchain-ai/docs/commit/de074a7ad9ee64f9192116f054304fb6e6adff37) docs(deepagents): fix ContextHubBackend links to avoid double python path - [`68c30d9`](https://github.com/langchain-ai/docs/commit/68c30d93e3b1ce576f59fe1273242a806d11b6e2) Merge branch 'main' into docs/context-hub-backend-crosslinks - [`a9182e3`](https://github.com/langchain-ai/docs/commit/a9182e3fd9e4a5e80e93d4d4dff74e2b7e73cad7) Merge branch 'main' into docs/context-hub-backend-crosslinks ### 📊 Changes **4 files changed** (+54 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/backends.mdx` (+32 -2) 📝 `src/oss/deepagents/customization.mdx` (+10 -0) 📝 `src/oss/deepagents/going-to-production.mdx` (+4 -0) ➕ `src/snippets/backend-context-hub-py.mdx` (+8 -0) </details> ### 📄 Description Adds first-class Python docs for `ContextHubBackend` on the Backends page and links to it from customization and production guidance so users can discover LangSmith Hub persistence from related workflows. Highlights: - Add Context Hub quickstart row, backend diagram node, built-in backend section, and Python specify-backend mention. - Add reusable snippet `backend-context-hub-py.mdx`. - Add Python-only cross-links from customization and going-to-production pages. Validation: - `make build` - `make check-cross-refs` - `make broken-links-with-anchors` (fails due existing unrelated broken links in repo; no failures introduced by edited Deep Agents files). --- <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:53:43 -04:00
yindo closed this issue 2026-06-05 18:53:43 -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#3958