[PR #957] [MERGED] feat(deepagents): add python documentation #1178

Closed
opened 2026-02-17 17:21:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/957
Author: @eyurtsev
Created: 10/16/2025
Status: Merged
Merged: 10/20/2025
Merged by: @eyurtsev

Base: mainHead: eugene/deepagents


📝 Commits (10+)

📊 Changes

8 files changed (+1607 additions, -0 deletions)

View changed files

📝 src/docs.json (+25 -0)
src/oss/deepagents/customization.mdx (+104 -0)
src/oss/deepagents/human-in-the-loop.mdx (+334 -0)
src/oss/deepagents/long-term-memory.mdx (+375 -0)
src/oss/deepagents/middleware.mdx (+201 -0)
src/oss/deepagents/overview.mdx (+58 -0)
src/oss/deepagents/quickstart.mdx (+115 -0)
src/oss/deepagents/subagents.mdx (+395 -0)

📄 Description

Add quickdraft of deepagents


🔄 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/957 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/20/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/deepagents` --- ### 📝 Commits (10+) - [`8b1f1ec`](https://github.com/langchain-ai/docs/commit/8b1f1eccbd66695d22aeceaed513ea92f1c1aae8) xx - [`d715593`](https://github.com/langchain-ai/docs/commit/d71559376c6d0e2bd8a3bac349c9b84106c074de) x - [`e3dc7c5`](https://github.com/langchain-ai/docs/commit/e3dc7c55e65a5981e59e01d4e629ffe3d381b119) x - [`8606a29`](https://github.com/langchain-ai/docs/commit/8606a2959d550c588d899b1cccf8bd09e2034275) x - [`e2fff53`](https://github.com/langchain-ai/docs/commit/e2fff53274cf5a7b6ad391d12a0ce156b61e8b8f) x - [`aff5d5d`](https://github.com/langchain-ai/docs/commit/aff5d5de1d63a7cb641b552fee802f4f5d490f1e) x - [`673d3c4`](https://github.com/langchain-ai/docs/commit/673d3c4cfeb9d4cf7181908c8a8450e4dc2fc587) x - [`562d4e0`](https://github.com/langchain-ai/docs/commit/562d4e0a27e6f825d5dfaf0b5e636457a48e8723) x - [`9f3b8e8`](https://github.com/langchain-ai/docs/commit/9f3b8e849ff1beb8bfb41cdc30a189d0364a9cfa) Apply suggestion from @lnhsingh - [`c4cc4a0`](https://github.com/langchain-ai/docs/commit/c4cc4a05d80e69575b8ed7010a4d3d0970371960) Apply suggestion from @lnhsingh ### 📊 Changes **8 files changed** (+1607 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+25 -0) ➕ `src/oss/deepagents/customization.mdx` (+104 -0) ➕ `src/oss/deepagents/human-in-the-loop.mdx` (+334 -0) ➕ `src/oss/deepagents/long-term-memory.mdx` (+375 -0) ➕ `src/oss/deepagents/middleware.mdx` (+201 -0) ➕ `src/oss/deepagents/overview.mdx` (+58 -0) ➕ `src/oss/deepagents/quickstart.mdx` (+115 -0) ➕ `src/oss/deepagents/subagents.mdx` (+395 -0) </details> ### 📄 Description Add quickdraft of deepagents --- <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:21:52 -05:00
yindo closed this issue 2026-02-17 17:21:52 -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#1178