[PR #137] [MERGED] feat: add deep agents to labs #450

Closed
opened 2026-02-17 17:20:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/137
Author: @Palashio
Created: 8/7/2025
Status: Merged
Merged: 8/12/2025
Merged by: @lnhsingh

Base: mainHead: palash/create-deep-agents-page


📝 Commits (10+)

📊 Changes

6 files changed (+299 additions, -5 deletions)

View changed files

📝 src/docs.json (+19 -0)
src/labs/deep-agents/built-in-components.mdx (+60 -0)
src/labs/deep-agents/configuration-options.mdx (+92 -0)
src/labs/deep-agents/overview.mdx (+44 -0)
src/labs/deep-agents/quickstart.mdx (+68 -0)
📝 src/labs/index.mdx (+16 -5)

📄 Description

This PR adds unified documentation in Langchain Labs for both Python & Typescript.


🔄 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/137 **Author:** [@Palashio](https://github.com/Palashio) **Created:** 8/7/2025 **Status:** ✅ Merged **Merged:** 8/12/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `palash/create-deep-agents-page` --- ### 📝 Commits (10+) - [`07b8e5b`](https://github.com/langchain-ai/docs/commit/07b8e5b5c8cee6d88756cd2a874ce6bb26b9d0a4) feat: add deep agents to labs - [`a3aa951`](https://github.com/langchain-ai/docs/commit/a3aa951be902b7cdb97b7ceca948491c8a5c8fc9) Apply suggestions from code review - [`71332ef`](https://github.com/langchain-ai/docs/commit/71332ef8aebd248311304fcb271b741b877fc248) edits - [`b44d37a`](https://github.com/langchain-ai/docs/commit/b44d37af0bc3de995575ee771f40d9445e1573b7) Merge branch 'main' into palash/create-deep-agents-page - [`1811ab6`](https://github.com/langchain-ai/docs/commit/1811ab6632d4563226a90f7ac7ad05200983f7ba) reorg - [`fba2245`](https://github.com/langchain-ai/docs/commit/fba2245e56dc98d90200ce40b5b9590be61f4f93) reorg - [`2e42691`](https://github.com/langchain-ai/docs/commit/2e42691ba1dddccebfb3b728619c4da7f1c00d15) fixes - [`badefcf`](https://github.com/langchain-ai/docs/commit/badefcf372ec10f90b6a68629973b5c726e91773) fix link - [`d276149`](https://github.com/langchain-ai/docs/commit/d276149522bf6a1778b80a4d6836f14a3f074909) Merge branch 'main' into palash/create-deep-agents-page - [`9b99f58`](https://github.com/langchain-ai/docs/commit/9b99f58c9c9b056ba03e1e56dec1853732f1f86f) Merge branch 'main' into palash/create-deep-agents-page ### 📊 Changes **6 files changed** (+299 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+19 -0) ➕ `src/labs/deep-agents/built-in-components.mdx` (+60 -0) ➕ `src/labs/deep-agents/configuration-options.mdx` (+92 -0) ➕ `src/labs/deep-agents/overview.mdx` (+44 -0) ➕ `src/labs/deep-agents/quickstart.mdx` (+68 -0) 📝 `src/labs/index.mdx` (+16 -5) </details> ### 📄 Description This PR adds unified documentation in Langchain Labs for both Python & Typescript. --- <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-02-17 17:20:24 -05:00
yindo closed this issue 2026-02-17 17:20:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#450