[PR #3247] [MERGED] feat(deepagents): add sandbox code ide ui pattern #3307

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3247
Author: @christian-bromann
Created: 3/22/2026
Status: Merged
Merged: 3/27/2026
Merged by: @christian-bromann

Base: mainHead: cb/ide-ui-pattern


📝 Commits (9)

📊 Changes

6 files changed (+1001 additions, -12 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)
📝 src/docs.json (+16 -4)
📝 src/oss/deepagents/frontend/overview.mdx (+6 -3)
src/oss/deepagents/frontend/sandbox.mdx (+962 -0)
📝 src/playground.mdx (+12 -0)

📄 Description

Adding a sandox UI pattern to deepagents.
Screenshot 2026-03-22 at 2 01 16 PM


🔄 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/3247 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 3/22/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/ide-ui-pattern` --- ### 📝 Commits (9) - [`4705db1`](https://github.com/langchain-ai/docs/commit/4705db1b72530d79b4a1a1dd2bfedb9911af5fe9) feat(deepagents): add sandbox code ide ui pattern - [`a930c0b`](https://github.com/langchain-ai/docs/commit/a930c0b7c683915d31b0b146c7cc7b148f92552c) Update src/oss/deepagents/frontend/sandbox.mdx - [`7c35927`](https://github.com/langchain-ai/docs/commit/7c3592713ae137acd2c746447bde8b4bb5540200) update - [`fc596e3`](https://github.com/langchain-ai/docs/commit/fc596e30515f25a5c8f4aca39108a659d938d562) bump size of sandbox - [`e4a7dcc`](https://github.com/langchain-ai/docs/commit/e4a7dcc8639da60a8da6be163812296aa112317f) tweak - [`7242104`](https://github.com/langchain-ai/docs/commit/72421042e1334a20f2f923b1e3ce9dbfaaf95a7c) cr - [`12056b9`](https://github.com/langchain-ai/docs/commit/12056b942ec38ba3c5d8d6fa31f4e40fc7c983cc) cr - [`1f317d9`](https://github.com/langchain-ai/docs/commit/1f317d90e3b895baf8e5fd418f2ff1b1b5fc0edf) tweaks - [`bb52328`](https://github.com/langchain-ai/docs/commit/bb5232887bdb602bccdbaa01d506cf15924162b2) Merge branch 'main' into cb/ide-ui-pattern ### 📊 Changes **6 files changed** (+1001 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) 📝 `src/docs.json` (+16 -4) 📝 `src/oss/deepagents/frontend/overview.mdx` (+6 -3) ➕ `src/oss/deepagents/frontend/sandbox.mdx` (+962 -0) 📝 `src/playground.mdx` (+12 -0) </details> ### 📄 Description Adding a sandox UI pattern to deepagents. <img width="1624" height="1056" alt="Screenshot 2026-03-22 at 2 01 16 PM" src="https://github.com/user-attachments/assets/915f3f22-4c64-4ec7-84d4-da8d935ea384" /> --- <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:15 -04:00
yindo closed this issue 2026-06-05 18:22:15 -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#3307