[PR #3303] [MERGED] feat: deepagents deployments docs #3360

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3303
Author: @sydney-runkle
Created: 3/25/2026
Status: Merged
Merged: 3/30/2026
Merged by: @sydney-runkle

Base: mainHead: sr/deepagents-deployments-docs


📝 Commits (10+)

📊 Changes

13 files changed (+1499 additions, -332 deletions)

View changed files

📝 AGENTS.md (+2 -0)
📝 CLAUDE.md (+2 -0)
📝 pipeline/preprocessors/link_map.py (+5 -0)
📝 pipeline/tools/partner_pkg_table.py (+1 -1)
📝 src/docs.json (+20 -0)
📝 src/oss/deepagents/backends.mdx (+96 -1)
📝 src/oss/deepagents/customization.mdx (+4 -0)
src/oss/deepagents/going-to-production.mdx (+958 -0)
📝 src/oss/deepagents/long-term-memory.mdx (+100 -65)
📝 src/oss/deepagents/sandboxes.mdx (+299 -255)
📝 src/oss/python/integrations/providers/overview.mdx (+1 -1)
📝 src/snippets/backend-store.mdx (+7 -2)
📝 src/snippets/deepagents-sandbox-basic-py.mdx (+4 -7)

📄 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/3303 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 3/25/2026 **Status:** ✅ Merged **Merged:** 3/30/2026 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `sr/deepagents-deployments-docs` --- ### 📝 Commits (10+) - [`467600c`](https://github.com/langchain-ai/docs/commit/467600c9bc054b12fefbed2cb74e6511f0a02f7b) first pass - [`fe23795`](https://github.com/langchain-ai/docs/commit/fe23795b48e92d51d5b7af0d2a3e3d1888d7b59a) order - [`018e7ef`](https://github.com/langchain-ai/docs/commit/018e7ef778a9bb63acabf100508de6bf263a8b32) patch - [`0fa2e85`](https://github.com/langchain-ai/docs/commit/0fa2e857401239b018f5aefa6da102106be05498) simplify - [`9aa564c`](https://github.com/langchain-ai/docs/commit/9aa564c5f5fa798794151a811078001f00f319de) la - [`74205e2`](https://github.com/langchain-ai/docs/commit/74205e2f3f9a9e41f0019f902f0847dc9d30ee54) more recent updates - [`2012eac`](https://github.com/langchain-ai/docs/commit/2012eac6fb5f6c938d62e740e533101cbb23ded9) table and reorg - [`53f3ba8`](https://github.com/langchain-ai/docs/commit/53f3ba883244f8783d5a2b099a38c91eda4a2e5f) another pass - [`f4bdc82`](https://github.com/langchain-ai/docs/commit/f4bdc82635a8506c13369067beef5f72adc2d7f0) another draft - [`a37d1fd`](https://github.com/langchain-ai/docs/commit/a37d1fdb920cebb8f9e0e6ee1509280275185769) Merge branch 'main' into sr/deepagents-deployments-docs ### 📊 Changes **13 files changed** (+1499 additions, -332 deletions) <details> <summary>View changed files</summary> 📝 `AGENTS.md` (+2 -0) 📝 `CLAUDE.md` (+2 -0) 📝 `pipeline/preprocessors/link_map.py` (+5 -0) 📝 `pipeline/tools/partner_pkg_table.py` (+1 -1) 📝 `src/docs.json` (+20 -0) 📝 `src/oss/deepagents/backends.mdx` (+96 -1) 📝 `src/oss/deepagents/customization.mdx` (+4 -0) ➕ `src/oss/deepagents/going-to-production.mdx` (+958 -0) 📝 `src/oss/deepagents/long-term-memory.mdx` (+100 -65) 📝 `src/oss/deepagents/sandboxes.mdx` (+299 -255) 📝 `src/oss/python/integrations/providers/overview.mdx` (+1 -1) 📝 `src/snippets/backend-store.mdx` (+7 -2) 📝 `src/snippets/deepagents-sandbox-basic-py.mdx` (+4 -7) </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:22:51 -04:00
yindo closed this issue 2026-06-05 18:22:51 -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#3360