[PR #40] [MERGED] feat(ui): further splitting of gen ui code #42

Closed
opened 2026-02-16 04:17:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/40
Author: @dqbd
Created: 3/31/2025
Status: Merged
Merged: 4/2/2025
Merged by: @dqbd

Base: mainHead: dqbd/gen-ui-separate


📝 Commits (6)

📊 Changes

6 files changed (+156 additions, -59 deletions)

View changed files

📝 libs/langgraph-api/src/ui/load.mts (+6 -14)
📝 libs/langgraph-ui/package.json (+4 -2)
libs/langgraph-ui/src/api.mts (+126 -0)
📝 libs/langgraph-ui/src/cli.mts (+13 -42)
📝 libs/langgraph-ui/src/index.mts (+1 -1)
📝 pnpm-lock.yaml (+6 -0)

📄 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/langgraphjs-api/pull/40 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 4/2/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/gen-ui-separate` --- ### 📝 Commits (6) - [`4489592`](https://github.com/langchain-ai/langgraphjs-api/commit/4489592b52f47946b84af7497a2e04e0e43dbf65) feat(ui): further splitting of gen ui code - [`7a62f02`](https://github.com/langchain-ai/langgraphjs-api/commit/7a62f0231e194c4e263ed8b5018088ea8bac8373) Bump to 0.0.20-dev.0 - [`2e1c7fb`](https://github.com/langchain-ai/langgraphjs-api/commit/2e1c7fb1fa2adfd8bac072b0121547d494b850d3) Use more sane filenames - [`020a70f`](https://github.com/langchain-ai/langgraphjs-api/commit/020a70f1c813d3e286d9729bfab0bcd8814d3d57) Consolidate context - [`4e921e7`](https://github.com/langchain-ai/langgraphjs-api/commit/4e921e7f0ca329e2e6049474899010ded4147982) Bump to 0.0.20 - [`7f29ec5`](https://github.com/langchain-ai/langgraphjs-api/commit/7f29ec53ef80ab82f0e2698f4428280d234389cb) Cleanup ### 📊 Changes **6 files changed** (+156 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/src/ui/load.mts` (+6 -14) 📝 `libs/langgraph-ui/package.json` (+4 -2) ➕ `libs/langgraph-ui/src/api.mts` (+126 -0) 📝 `libs/langgraph-ui/src/cli.mts` (+13 -42) 📝 `libs/langgraph-ui/src/index.mts` (+1 -1) 📝 `pnpm-lock.yaml` (+6 -0) </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-02-16 04:17:06 -05:00
yindo closed this issue 2026-02-16 04:17:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs-api#42