[PR #3998] [MERGED] make get started code samples testable #4005

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

📋 Pull Request Information

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

Base: mainHead: more-testing


📝 Commits (4)

📊 Changes

52 files changed (+5002 additions, -1049 deletions)

View changed files

📝 pyproject.toml (+1 -1)
src/code-samples/deepagents/customization-interpreters.py (+15 -0)
src/code-samples/deepagents/customization-interpreters.ts (+13 -0)
src/code-samples/deepagents/customization-memory-filesystem.ts (+23 -0)
src/code-samples/deepagents/customization-memory-state.ts (+52 -0)
src/code-samples/deepagents/customization-memory-store.ts (+57 -0)
src/code-samples/deepagents/customization-memory.py (+115 -0)
src/code-samples/deepagents/customization-middleware.py (+70 -0)
src/code-samples/deepagents/customization-middleware.ts (+77 -0)
src/code-samples/deepagents/customization-profiles.py (+11 -0)
src/code-samples/deepagents/customization-structured-output.py (+93 -0)
src/code-samples/deepagents/customization-structured-output.ts (+80 -0)
src/code-samples/deepagents/customization-system-prompt.py (+19 -0)
src/code-samples/deepagents/customization-system-prompt.ts (+17 -0)
src/code-samples/deepagents/customization-tools.py (+35 -0)
src/code-samples/deepagents/customization-tools.ts (+50 -0)
src/code-samples/deepagents/quickstart.py (+58 -0)
src/code-samples/deepagents/quickstart.ts (+82 -0)
📝 src/code-samples/package-lock.json (+369 -118)
📝 src/code-samples/package.json (+2 -0)

...and 32 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/3998 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 5/13/2026 **Status:** ✅ Merged **Merged:** 5/14/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `more-testing` --- ### 📝 Commits (4) - [`f82d3a9`](https://github.com/langchain-ai/docs/commit/f82d3a994f3a40f3934c68e3b635f4e1d0dfb50b) make get started code samples testable - [`dd21b2e`](https://github.com/langchain-ai/docs/commit/dd21b2e23354ffad90fd9cfabe932e42d929a51d) formatting - [`ab5bac9`](https://github.com/langchain-ai/docs/commit/ab5bac9678f60924e021640f85ca055c256d07d6) update - [`8d8e9d1`](https://github.com/langchain-ai/docs/commit/8d8e9d1e93c3f2236fe8c11ee69940bde0793088) fix ### 📊 Changes **52 files changed** (+5002 additions, -1049 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+1 -1) ➕ `src/code-samples/deepagents/customization-interpreters.py` (+15 -0) ➕ `src/code-samples/deepagents/customization-interpreters.ts` (+13 -0) ➕ `src/code-samples/deepagents/customization-memory-filesystem.ts` (+23 -0) ➕ `src/code-samples/deepagents/customization-memory-state.ts` (+52 -0) ➕ `src/code-samples/deepagents/customization-memory-store.ts` (+57 -0) ➕ `src/code-samples/deepagents/customization-memory.py` (+115 -0) ➕ `src/code-samples/deepagents/customization-middleware.py` (+70 -0) ➕ `src/code-samples/deepagents/customization-middleware.ts` (+77 -0) ➕ `src/code-samples/deepagents/customization-profiles.py` (+11 -0) ➕ `src/code-samples/deepagents/customization-structured-output.py` (+93 -0) ➕ `src/code-samples/deepagents/customization-structured-output.ts` (+80 -0) ➕ `src/code-samples/deepagents/customization-system-prompt.py` (+19 -0) ➕ `src/code-samples/deepagents/customization-system-prompt.ts` (+17 -0) ➕ `src/code-samples/deepagents/customization-tools.py` (+35 -0) ➕ `src/code-samples/deepagents/customization-tools.ts` (+50 -0) ➕ `src/code-samples/deepagents/quickstart.py` (+58 -0) ➕ `src/code-samples/deepagents/quickstart.ts` (+82 -0) 📝 `src/code-samples/package-lock.json` (+369 -118) 📝 `src/code-samples/package.json` (+2 -0) _...and 32 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:52 -04:00
yindo closed this issue 2026-06-05 18:53:52 -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#4005