[PR #4010] [MERGED] make existing snippets testable #4017

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4010
Author: @npentrel
Created: 5/14/2026
Status: Merged
Merged: 5/15/2026
Merged by: @npentrel

Base: mainHead: move-customization-snippets-testable


📝 Commits (4)

📊 Changes

49 files changed (+1654 additions, -384 deletions)

View changed files

📝 .github/workflows/test-code-samples.yml (+1 -0)
📝 pyproject.toml (+1 -0)
src/code-samples/deepagents/customization-backend-composite.ts (+23 -0)
src/code-samples/deepagents/customization-backend-filesystem.ts (+13 -0)
src/code-samples/deepagents/customization-backend-local-shell.ts (+14 -0)
src/code-samples/deepagents/customization-backend-state.ts (+15 -0)
src/code-samples/deepagents/customization-backend-store.ts (+18 -0)
src/code-samples/deepagents/customization-backends.py (+88 -0)
src/code-samples/deepagents/customization-hitl-basic.py (+45 -0)
src/code-samples/deepagents/customization-hitl-basic.ts (+74 -0)
src/code-samples/deepagents/customization-skills-usage-filesystem.ts (+33 -0)
src/code-samples/deepagents/customization-skills-usage-state.ts (+56 -0)
src/code-samples/deepagents/customization-skills-usage-store.ts (+52 -0)
src/code-samples/deepagents/customization-skills-usage.py (+117 -0)
src/code-samples/deepagents/customization-subagent-basic.py (+46 -0)
📝 src/code-samples/deepagents/customization-subagent-basic.ts (+9 -4)
src/code-samples/deepagents/skills/langgraph-docs/SKILL.md (+28 -0)
📝 src/code-samples/package-lock.json (+35 -0)
📝 src/code-samples/package.json (+1 -0)
📝 src/oss/deepagents/backends.mdx (+15 -11)

...and 29 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/4010 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 5/14/2026 **Status:** ✅ Merged **Merged:** 5/15/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `move-customization-snippets-testable` --- ### 📝 Commits (4) - [`58b5cb5`](https://github.com/langchain-ai/docs/commit/58b5cb5d016c520465062aaf9fc39c2e0ed00ba6) make existing snippets testable - [`7064a13`](https://github.com/langchain-ai/docs/commit/7064a1353622556151ddc29937e718b63d24951e) fix skills files: - [`d20139e`](https://github.com/langchain-ai/docs/commit/d20139e2b26ce2aa0046bc76e3157d913e8bf476) update code snippets - [`d6e633b`](https://github.com/langchain-ai/docs/commit/d6e633b57a8cef3635d83df87c137df369d04741) update ### 📊 Changes **49 files changed** (+1654 additions, -384 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-code-samples.yml` (+1 -0) 📝 `pyproject.toml` (+1 -0) ➕ `src/code-samples/deepagents/customization-backend-composite.ts` (+23 -0) ➕ `src/code-samples/deepagents/customization-backend-filesystem.ts` (+13 -0) ➕ `src/code-samples/deepagents/customization-backend-local-shell.ts` (+14 -0) ➕ `src/code-samples/deepagents/customization-backend-state.ts` (+15 -0) ➕ `src/code-samples/deepagents/customization-backend-store.ts` (+18 -0) ➕ `src/code-samples/deepagents/customization-backends.py` (+88 -0) ➕ `src/code-samples/deepagents/customization-hitl-basic.py` (+45 -0) ➕ `src/code-samples/deepagents/customization-hitl-basic.ts` (+74 -0) ➕ `src/code-samples/deepagents/customization-skills-usage-filesystem.ts` (+33 -0) ➕ `src/code-samples/deepagents/customization-skills-usage-state.ts` (+56 -0) ➕ `src/code-samples/deepagents/customization-skills-usage-store.ts` (+52 -0) ➕ `src/code-samples/deepagents/customization-skills-usage.py` (+117 -0) ➕ `src/code-samples/deepagents/customization-subagent-basic.py` (+46 -0) 📝 `src/code-samples/deepagents/customization-subagent-basic.ts` (+9 -4) ➕ `src/code-samples/deepagents/skills/langgraph-docs/SKILL.md` (+28 -0) 📝 `src/code-samples/package-lock.json` (+35 -0) 📝 `src/code-samples/package.json` (+1 -0) 📝 `src/oss/deepagents/backends.mdx` (+15 -11) _...and 29 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:53:54 -04:00
yindo closed this issue 2026-06-05 18:53:54 -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#4017