[PR #3403] [MERGED] split snippets into py and ts #3459

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3403
Author: @npentrel
Created: 4/1/2026
Status: Merged
Merged: 4/1/2026
Merged by: @npentrel

Base: mainHead: naomi/doc-949-quickstart-shows-python-snippets-instead-of-typescript


📝 Commits (1)

  • b31346e split snippets into py and ts

📊 Changes

27 files changed (+587 additions, -309 deletions)

View changed files

📝 src/oss/deepagents/backends.mdx (+45 -10)
📝 src/oss/deepagents/customization.mdx (+63 -14)
📝 src/oss/deepagents/human-in-the-loop.mdx (+9 -2)
📝 src/oss/deepagents/subagents.mdx (+9 -2)
📝 src/oss/langchain/deploy.mdx (+9 -2)
📝 src/oss/langchain/observability.mdx (+9 -2)
📝 src/oss/langchain/studio.mdx (+9 -2)
src/snippets/backend-composite-js.mdx (+14 -0)
📝 src/snippets/backend-composite-py.mdx (+0 -19)
📝 src/snippets/backend-filesystem-js.mdx (+0 -12)
src/snippets/backend-filesystem-py.mdx (+7 -0)
📝 src/snippets/backend-local-shell-js.mdx (+0 -12)
src/snippets/backend-local-shell-py.mdx (+7 -0)
📝 src/snippets/backend-state-js.mdx (+0 -16)
src/snippets/backend-state-py.mdx (+11 -0)
📝 src/snippets/backend-store-js.mdx (+0 -17)
src/snippets/backend-store-py.mdx (+16 -0)
📝 src/snippets/hitl-basic-config-js.mdx (+0 -39)
src/snippets/hitl-basic-config-py.mdx (+34 -0)
📝 src/snippets/oss/deploy-js.mdx (+0 -31)

...and 7 more files

📄 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/3403 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 4/1/2026 **Status:** ✅ Merged **Merged:** 4/1/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `naomi/doc-949-quickstart-shows-python-snippets-instead-of-typescript` --- ### 📝 Commits (1) - [`b31346e`](https://github.com/langchain-ai/docs/commit/b31346ee6541ab189d9604a2002226c17c44277c) split snippets into py and ts ### 📊 Changes **27 files changed** (+587 additions, -309 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/backends.mdx` (+45 -10) 📝 `src/oss/deepagents/customization.mdx` (+63 -14) 📝 `src/oss/deepagents/human-in-the-loop.mdx` (+9 -2) 📝 `src/oss/deepagents/subagents.mdx` (+9 -2) 📝 `src/oss/langchain/deploy.mdx` (+9 -2) 📝 `src/oss/langchain/observability.mdx` (+9 -2) 📝 `src/oss/langchain/studio.mdx` (+9 -2) ➕ `src/snippets/backend-composite-js.mdx` (+14 -0) 📝 `src/snippets/backend-composite-py.mdx` (+0 -19) 📝 `src/snippets/backend-filesystem-js.mdx` (+0 -12) ➕ `src/snippets/backend-filesystem-py.mdx` (+7 -0) 📝 `src/snippets/backend-local-shell-js.mdx` (+0 -12) ➕ `src/snippets/backend-local-shell-py.mdx` (+7 -0) 📝 `src/snippets/backend-state-js.mdx` (+0 -16) ➕ `src/snippets/backend-state-py.mdx` (+11 -0) 📝 `src/snippets/backend-store-js.mdx` (+0 -17) ➕ `src/snippets/backend-store-py.mdx` (+16 -0) 📝 `src/snippets/hitl-basic-config-js.mdx` (+0 -39) ➕ `src/snippets/hitl-basic-config-py.mdx` (+34 -0) 📝 `src/snippets/oss/deploy-js.mdx` (+0 -31) _...and 7 more files_ </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:23:11 -04:00
yindo closed this issue 2026-06-05 18:23:11 -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#3459