[PR #3196] [MERGED] feat(frontend): document OpenUI integration #3263

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3196
Author: @christian-bromann
Created: 3/18/2026
Status: Merged
Merged: 3/19/2026
Merged by: @christian-bromann

Base: mainHead: cb/openui-integration


📝 Commits (7)

📊 Changes

8 files changed (+897 additions, -235 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+2 -0)
📝 src/docs.json (+26 -2)
src/oss/langchain/frontend/integrations.mdx (+0 -225)
src/oss/langchain/frontend/integrations/ai-elements.mdx (+147 -0)
src/oss/langchain/frontend/integrations/assistant-ui.mdx (+168 -0)
src/oss/langchain/frontend/integrations/openui.mdx (+509 -0)
src/oss/langchain/frontend/integrations/overview.mdx (+35 -0)
📝 src/oss/langchain/frontend/overview.mdx (+10 -8)

📄 Description

Adding gen-ui example using OpenUI

Screenshot 2026-03-18 at 11 33 25 AM

🔄 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/3196 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 3/18/2026 **Status:** ✅ Merged **Merged:** 3/19/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/openui-integration` --- ### 📝 Commits (7) - [`2dc211e`](https://github.com/langchain-ai/docs/commit/2dc211e46da91d0fd84ba04521331f03f1bb6b91) feat(frontend): document OpenUI integration - [`61f9efd`](https://github.com/langchain-ai/docs/commit/61f9efddcd90d47d54a8742c0265f27e3325b474) tweaks - [`ab7af10`](https://github.com/langchain-ai/docs/commit/ab7af1051944b98736cefa55bd18084ae6a66938) fix docs.json - [`2c64547`](https://github.com/langchain-ai/docs/commit/2c6454754cc8a5d6a2c2dd28f7786c35bbd03584) tweak - [`d3a99a0`](https://github.com/langchain-ai/docs/commit/d3a99a0e40d394fcfbc9506ea3df1e634a3ab88f) fix CI - [`7ee8346`](https://github.com/langchain-ai/docs/commit/7ee8346e8f657e6b6fdb4fe9854bf0fe8d217210) Update src/oss/langchain/frontend/integrations/openui.mdx - [`825dd98`](https://github.com/langchain-ai/docs/commit/825dd98bca8434aa02a8a285eb1f7ff655cb6f53) revert ### 📊 Changes **8 files changed** (+897 additions, -235 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+2 -0) 📝 `src/docs.json` (+26 -2) ➖ `src/oss/langchain/frontend/integrations.mdx` (+0 -225) ➕ `src/oss/langchain/frontend/integrations/ai-elements.mdx` (+147 -0) ➕ `src/oss/langchain/frontend/integrations/assistant-ui.mdx` (+168 -0) ➕ `src/oss/langchain/frontend/integrations/openui.mdx` (+509 -0) ➕ `src/oss/langchain/frontend/integrations/overview.mdx` (+35 -0) 📝 `src/oss/langchain/frontend/overview.mdx` (+10 -8) </details> ### 📄 Description Adding gen-ui example using OpenUI <img width="1832" height="1527" alt="Screenshot 2026-03-18 at 11 33 25 AM" src="https://github.com/user-attachments/assets/a64d588a-c17f-4f0d-ba4d-72effb6702d5" /> --- <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:21:37 -04:00
yindo closed this issue 2026-06-05 18:21:37 -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#3263