[PR #3054] [CLOSED] feat: add chat langchain integration #3135

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3054
Author: @christian-bromann
Created: 3/11/2026
Status: Closed

Base: mainHead: cb/chat-langchain-integration-2


📝 Commits (10+)

📊 Changes

30 files changed (+6726 additions, -3124 deletions)

View changed files

.npmrc (+1 -0)
📝 Makefile (+3 -0)
📝 package-lock.json (+20 -1)
package.json (+9 -0)
📝 pipeline/core/builder.py (+43 -0)
src/chat-widget.js (+402 -0)
📝 src/docs.json (+86 -31)
src/oss/deepagents/frontend/overview.mdx (+111 -0)
src/oss/deepagents/frontend/subagent-streaming.mdx (+504 -0)
src/oss/deepagents/frontend/todo-list.mdx (+487 -0)
📝 src/oss/deepagents/streaming.mdx (+1 -1)
src/oss/deepagents/streaming/frontend.mdx (+0 -518)
src/oss/langchain/frontend/branching-chat.mdx (+611 -0)
src/oss/langchain/frontend/generative-ui.mdx (+312 -0)
src/oss/langchain/frontend/human-in-the-loop.mdx (+468 -0)
src/oss/langchain/frontend/join-rejoin.mdx (+446 -0)
src/oss/langchain/frontend/markdown-messages.mdx (+384 -0)
src/oss/langchain/frontend/message-queues.mdx (+391 -0)
src/oss/langchain/frontend/overview.mdx (+130 -0)
src/oss/langchain/frontend/reasoning-tokens.mdx (+431 -0)

...and 10 more files

📄 Description

Experimenting with integrating chat.langchain better.

Please don't merge!


🔄 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/3054 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 3/11/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cb/chat-langchain-integration-2` --- ### 📝 Commits (10+) - [`8c8bf34`](https://github.com/langchain-ai/docs/commit/8c8bf34397ba2073e30afbb39737f88b193ee799) feat: frontend docs - [`d71dc56`](https://github.com/langchain-ai/docs/commit/d71dc56ccf5eb6d0f06b7bf65dbac5123b1d82dd) fix CI - [`649e905`](https://github.com/langchain-ai/docs/commit/649e905e56d00eee8c9ad107f72f1ed79b3bc910) install deps - [`d5596bf`](https://github.com/langchain-ai/docs/commit/d5596bf9fd60ee8fe56f7936773d5fead3e36a03) test relative paths - [`d7c311e`](https://github.com/langchain-ai/docs/commit/d7c311e7507f1d3211edd06650f502ab507a6c4a) try this - [`40a83ff`](https://github.com/langchain-ai/docs/commit/40a83ffe963f513488ae1723b32f4b0ce95376c0) fix import - [`3f5ce49`](https://github.com/langchain-ai/docs/commit/3f5ce49875b775bd9ff6d350d27c111d6c297454) add new pattern for rendering basic markdown - [`a0e1153`](https://github.com/langchain-ai/docs/commit/a0e1153f0adbe9e3f3fdf1c73720c7fe5d609cfe) pass agent as generic - [`afcdbd1`](https://github.com/langchain-ai/docs/commit/afcdbd1f6e6424e20fa791fe4ed3194c7809cea4) various improvements - [`e933082`](https://github.com/langchain-ai/docs/commit/e933082ae015825fce610d52019045c08c100478) bump playground component ### 📊 Changes **30 files changed** (+6726 additions, -3124 deletions) <details> <summary>View changed files</summary> ➕ `.npmrc` (+1 -0) 📝 `Makefile` (+3 -0) 📝 `package-lock.json` (+20 -1) ➕ `package.json` (+9 -0) 📝 `pipeline/core/builder.py` (+43 -0) ➕ `src/chat-widget.js` (+402 -0) 📝 `src/docs.json` (+86 -31) ➕ `src/oss/deepagents/frontend/overview.mdx` (+111 -0) ➕ `src/oss/deepagents/frontend/subagent-streaming.mdx` (+504 -0) ➕ `src/oss/deepagents/frontend/todo-list.mdx` (+487 -0) 📝 `src/oss/deepagents/streaming.mdx` (+1 -1) ➖ `src/oss/deepagents/streaming/frontend.mdx` (+0 -518) ➕ `src/oss/langchain/frontend/branching-chat.mdx` (+611 -0) ➕ `src/oss/langchain/frontend/generative-ui.mdx` (+312 -0) ➕ `src/oss/langchain/frontend/human-in-the-loop.mdx` (+468 -0) ➕ `src/oss/langchain/frontend/join-rejoin.mdx` (+446 -0) ➕ `src/oss/langchain/frontend/markdown-messages.mdx` (+384 -0) ➕ `src/oss/langchain/frontend/message-queues.mdx` (+391 -0) ➕ `src/oss/langchain/frontend/overview.mdx` (+130 -0) ➕ `src/oss/langchain/frontend/reasoning-tokens.mdx` (+431 -0) _...and 10 more files_ </details> ### 📄 Description Experimenting with integrating chat.langchain better. __Please don't merge!__ --- <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:12 -04:00
yindo closed this issue 2026-06-05 18:21:12 -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#3135