[PR #3285] [MERGED] add content builder tutorial #3343

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

📋 Pull Request Information

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

Base: mainHead: naomi/doc-902-tutorial-content-builder


📝 Commits (3)

📊 Changes

12 files changed (+1399 additions, -3 deletions)

View changed files

src/code-samples/deepagents/content-builder.py (+185 -0)
src/code-samples/deepagents/content-builder.ts (+164 -0)
src/code-samples/deepagents/subagents.yaml (+29 -0)
📝 src/docs.json (+4 -2)
src/oss/deepagents/content-builder.mdx (+702 -0)
📝 src/oss/deepagents/deep-research.mdx (+1 -1)
src/snippets/code-samples/content-builder-create-agent-js.mdx (+22 -0)
src/snippets/code-samples/content-builder-create-agent-py.mdx (+15 -0)
src/snippets/code-samples/content-builder-entry-point-js.mdx (+16 -0)
src/snippets/code-samples/content-builder-entry-point-py.mdx (+22 -0)
src/snippets/code-samples/content-builder-tools-js.mdx (+110 -0)
src/snippets/code-samples/content-builder-tools-py.mdx (+129 -0)

📄 Description

https://langchain-5e9cc07a-preview-naomid-1774445218-1390b42.mintlify.app/oss/python/deepagents/content-builder


🔄 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/3285 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 3/24/2026 **Status:** ✅ Merged **Merged:** 4/1/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `naomi/doc-902-tutorial-content-builder` --- ### 📝 Commits (3) - [`14807bf`](https://github.com/langchain-ai/docs/commit/14807bf7c855cc2429d8c4711f4b6d2477936ecb) add content builder tutorial - [`84ae70f`](https://github.com/langchain-ai/docs/commit/84ae70f8c651ffa4d420668daeeb96f46ab931ee) Fix imports - [`346c6d6`](https://github.com/langchain-ai/docs/commit/346c6d67979367f1b5c1a3b5622213e70eb6ad43) Fix code sample test ### 📊 Changes **12 files changed** (+1399 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `src/code-samples/deepagents/content-builder.py` (+185 -0) ➕ `src/code-samples/deepagents/content-builder.ts` (+164 -0) ➕ `src/code-samples/deepagents/subagents.yaml` (+29 -0) 📝 `src/docs.json` (+4 -2) ➕ `src/oss/deepagents/content-builder.mdx` (+702 -0) 📝 `src/oss/deepagents/deep-research.mdx` (+1 -1) ➕ `src/snippets/code-samples/content-builder-create-agent-js.mdx` (+22 -0) ➕ `src/snippets/code-samples/content-builder-create-agent-py.mdx` (+15 -0) ➕ `src/snippets/code-samples/content-builder-entry-point-js.mdx` (+16 -0) ➕ `src/snippets/code-samples/content-builder-entry-point-py.mdx` (+22 -0) ➕ `src/snippets/code-samples/content-builder-tools-js.mdx` (+110 -0) ➕ `src/snippets/code-samples/content-builder-tools-py.mdx` (+129 -0) </details> ### 📄 Description https://langchain-5e9cc07a-preview-naomid-1774445218-1390b42.mintlify.app/oss/python/deepagents/content-builder --- <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:22:47 -04:00
yindo closed this issue 2026-06-05 18:22:48 -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#3343