[PR #4175] [MERGED] chore(frontend): update frontend pattern docs #4170

Closed
opened 2026-06-05 19:13:00 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4175
Author: @christian-bromann
Created: 5/27/2026
Status: Merged
Merged: 6/1/2026
Merged by: @christian-bromann

Base: mainHead: cb/ui-playground-pattern-update


📝 Commits (10+)

  • cfeb6f4 chore(frontend): update frontend pattern docs
  • b0aff74 cr
  • 302eff3 cr
  • 3e01419 cr
  • 96a4783 Update src/oss/langgraph/frontend/overview.md
  • 8d93971 Update src/oss/deepagents/frontend/overview.mdx
  • cee172a Update src/oss/deepagents/frontend/sandbox.mdx
  • 36d06e9 Update src/oss/deepagents/frontend/sandbox.mdx
  • 0ec7b60 Update src/oss/deepagents/frontend/sandbox.mdx
  • 27ca289 Update src/oss/deepagents/frontend/sandbox.mdx

📊 Changes

31 files changed (+2286 additions, -2578 deletions)

View changed files

idea.md (+772 -0)
📝 pipeline/core/builder.py (+4 -0)
📝 pipeline/preprocessors/link_map.py (+17 -0)
📝 src/code-samples/langchain/middleware-dynamic-prompt.ts (+1 -1)
📝 src/oss/deepagents/frontend/overview.mdx (+41 -6)
📝 src/oss/deepagents/frontend/sandbox.mdx (+170 -285)
📝 src/oss/deepagents/frontend/subagent-streaming.mdx (+164 -290)
📝 src/oss/deepagents/frontend/todo-list.mdx (+14 -127)
📝 src/oss/deepagents/going-to-production.mdx (+1 -1)
📝 src/oss/deepagents/streaming.mdx (+1 -1)
📝 src/oss/langchain/frontend/branching-chat.mdx (+120 -435)
📝 src/oss/langchain/frontend/generative-ui.mdx (+22 -8)
📝 src/oss/langchain/frontend/human-in-the-loop.mdx (+94 -197)
📝 src/oss/langchain/frontend/integrations/ai-elements.mdx (+22 -5)
📝 src/oss/langchain/frontend/integrations/assistant-ui.mdx (+12 -12)
📝 src/oss/langchain/frontend/integrations/openui.mdx (+5 -7)
📝 src/oss/langchain/frontend/integrations/overview.mdx (+1 -1)
📝 src/oss/langchain/frontend/join-rejoin.mdx (+131 -291)
📝 src/oss/langchain/frontend/markdown-messages.mdx (+12 -89)
📝 src/oss/langchain/frontend/message-queues.mdx (+74 -123)

...and 11 more files

📄 Description

This patch updates our frontend UI pattern docs after we updated the playground to v1 of our SDK packages.


🔄 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/4175 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 5/27/2026 **Status:** ✅ Merged **Merged:** 6/1/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/ui-playground-pattern-update` --- ### 📝 Commits (10+) - [`cfeb6f4`](https://github.com/langchain-ai/docs/commit/cfeb6f46d7eec4cf394a4379ed42dd08b8b292a0) chore(frontend): update frontend pattern docs - [`b0aff74`](https://github.com/langchain-ai/docs/commit/b0aff746354819edd9fcada4fdff001504d77de3) cr - [`302eff3`](https://github.com/langchain-ai/docs/commit/302eff34a58b5fc66094820e8c8fc7a98bec5545) cr - [`3e01419`](https://github.com/langchain-ai/docs/commit/3e014196e71ad73f2e31b0fe3d805cc4fe8247b8) cr - [`96a4783`](https://github.com/langchain-ai/docs/commit/96a47832565cc67983bf0b3d8844bef9ae1e21c3) Update src/oss/langgraph/frontend/overview.md - [`8d93971`](https://github.com/langchain-ai/docs/commit/8d93971f36608d7b856aa115fef96f1918f22f6b) Update src/oss/deepagents/frontend/overview.mdx - [`cee172a`](https://github.com/langchain-ai/docs/commit/cee172a379d8b589dd813cc6ac27bd78aba51482) Update src/oss/deepagents/frontend/sandbox.mdx - [`36d06e9`](https://github.com/langchain-ai/docs/commit/36d06e9022ed4b2c17c6127a71e86e154795f51d) Update src/oss/deepagents/frontend/sandbox.mdx - [`0ec7b60`](https://github.com/langchain-ai/docs/commit/0ec7b603352e8ee3ece2135ac2a5625f0ae2d208) Update src/oss/deepagents/frontend/sandbox.mdx - [`27ca289`](https://github.com/langchain-ai/docs/commit/27ca289bb4aa8d317d4a1710a9e6d221c5a1062a) Update src/oss/deepagents/frontend/sandbox.mdx ### 📊 Changes **31 files changed** (+2286 additions, -2578 deletions) <details> <summary>View changed files</summary> ➕ `idea.md` (+772 -0) 📝 `pipeline/core/builder.py` (+4 -0) 📝 `pipeline/preprocessors/link_map.py` (+17 -0) 📝 `src/code-samples/langchain/middleware-dynamic-prompt.ts` (+1 -1) 📝 `src/oss/deepagents/frontend/overview.mdx` (+41 -6) 📝 `src/oss/deepagents/frontend/sandbox.mdx` (+170 -285) 📝 `src/oss/deepagents/frontend/subagent-streaming.mdx` (+164 -290) 📝 `src/oss/deepagents/frontend/todo-list.mdx` (+14 -127) 📝 `src/oss/deepagents/going-to-production.mdx` (+1 -1) 📝 `src/oss/deepagents/streaming.mdx` (+1 -1) 📝 `src/oss/langchain/frontend/branching-chat.mdx` (+120 -435) 📝 `src/oss/langchain/frontend/generative-ui.mdx` (+22 -8) 📝 `src/oss/langchain/frontend/human-in-the-loop.mdx` (+94 -197) 📝 `src/oss/langchain/frontend/integrations/ai-elements.mdx` (+22 -5) 📝 `src/oss/langchain/frontend/integrations/assistant-ui.mdx` (+12 -12) 📝 `src/oss/langchain/frontend/integrations/openui.mdx` (+5 -7) 📝 `src/oss/langchain/frontend/integrations/overview.mdx` (+1 -1) 📝 `src/oss/langchain/frontend/join-rejoin.mdx` (+131 -291) 📝 `src/oss/langchain/frontend/markdown-messages.mdx` (+12 -89) 📝 `src/oss/langchain/frontend/message-queues.mdx` (+74 -123) _...and 11 more files_ </details> ### 📄 Description This patch updates our frontend UI pattern docs after we updated the playground to v1 of our SDK packages. --- <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 19:13:00 -04:00
yindo closed this issue 2026-06-05 19:13:01 -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#4170