[PR #2270] [MERGED] refs(py): deepagents overhaul #2280

Closed
opened 2026-02-17 17:23:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2270
Author: @mdrxy
Created: 1/17/2026
Status: Merged
Merged: 1/17/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/deep-agents-refs


📝 Commits (2)

📊 Changes

19 files changed (+318 additions, -38 deletions)

View changed files

reference/python/docs/deepagents/backends/composite.md (+7 -0)
reference/python/docs/deepagents/backends/filesystem.md (+7 -0)
reference/python/docs/deepagents/backends/index.md (+65 -0)
reference/python/docs/deepagents/backends/protocol.md (+9 -0)
reference/python/docs/deepagents/backends/sandbox.md (+7 -0)
reference/python/docs/deepagents/backends/state.md (+7 -0)
reference/python/docs/deepagents/backends/store.md (+7 -0)
reference/python/docs/deepagents/graph.md (+7 -0)
📝 reference/python/docs/deepagents/index.md (+34 -2)
reference/python/docs/deepagents/middleware/filesystem.md (+7 -0)
reference/python/docs/deepagents/middleware/index.md (+57 -0)
reference/python/docs/deepagents/middleware/memory.md (+7 -0)
reference/python/docs/deepagents/middleware/skills.md (+7 -0)
reference/python/docs/deepagents/middleware/subagents.md (+11 -0)
reference/python/docs/deepagents/middleware/summarization.md (+7 -0)
📝 reference/python/docs/langchain/agents.md (+18 -0)
📝 reference/python/docs/langgraph/types.md (+1 -0)
📝 reference/python/mkdocs.yml (+17 -0)
📝 reference/python/uv.lock (+36 -36)

📄 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/2270 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 1/17/2026 **Status:** ✅ Merged **Merged:** 1/17/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/deep-agents-refs` --- ### 📝 Commits (2) - [`45166b9`](https://github.com/langchain-ai/docs/commit/45166b90720f2458c4bc3aeaeb4cfe8216394333) refs(py): `deepagents` overhaul - [`50d1e55`](https://github.com/langchain-ai/docs/commit/50d1e5550b3a190c7e72aa722f05dfd1998fb94f) lock ### 📊 Changes **19 files changed** (+318 additions, -38 deletions) <details> <summary>View changed files</summary> ➕ `reference/python/docs/deepagents/backends/composite.md` (+7 -0) ➕ `reference/python/docs/deepagents/backends/filesystem.md` (+7 -0) ➕ `reference/python/docs/deepagents/backends/index.md` (+65 -0) ➕ `reference/python/docs/deepagents/backends/protocol.md` (+9 -0) ➕ `reference/python/docs/deepagents/backends/sandbox.md` (+7 -0) ➕ `reference/python/docs/deepagents/backends/state.md` (+7 -0) ➕ `reference/python/docs/deepagents/backends/store.md` (+7 -0) ➕ `reference/python/docs/deepagents/graph.md` (+7 -0) 📝 `reference/python/docs/deepagents/index.md` (+34 -2) ➕ `reference/python/docs/deepagents/middleware/filesystem.md` (+7 -0) ➕ `reference/python/docs/deepagents/middleware/index.md` (+57 -0) ➕ `reference/python/docs/deepagents/middleware/memory.md` (+7 -0) ➕ `reference/python/docs/deepagents/middleware/skills.md` (+7 -0) ➕ `reference/python/docs/deepagents/middleware/subagents.md` (+11 -0) ➕ `reference/python/docs/deepagents/middleware/summarization.md` (+7 -0) 📝 `reference/python/docs/langchain/agents.md` (+18 -0) 📝 `reference/python/docs/langgraph/types.md` (+1 -0) 📝 `reference/python/mkdocs.yml` (+17 -0) 📝 `reference/python/uv.lock` (+36 -36) </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-02-17 17:23:15 -05:00
yindo closed this issue 2026-02-17 17:23:15 -05:00
yindo changed title from [PR #2270] refs(py): `deepagents` overhaul to [PR #2270] [MERGED] refs(py): `deepagents` overhaul 2026-06-05 18:17:40 -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#2280