mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 02:44:45 -04:00
[PR #18] [MERGED] feat: add support for ui bundler #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/18
Author: @dqbd
Created: 3/4/2025
Status: ✅ Merged
Merged: 3/6/2025
Merged by: @dqbd
Base:
main← Head:dqbd/api-ui📝 Commits (10+)
15fa4b7feat: add experimental UI integration2e205d7Fix TS and builde423333Fix load script48206cafix(build): Send logs to stderr instead0580bbbSet jsx: automatic7f655e5Bump to 0.0.14-experimental.0f1b9bd1Mark@langchain/langgraph-sdk/react-uias external103f9eeDo not create a request for every single shadow dom ID750196bBump to 0.0.14-experimental.164008f6Add UI bundler as entrypoint📊 Changes
18 files changed (+941 additions, -373 deletions)
View changed files
📝
libs/create-langgraph/package.json(+1 -1)📝
libs/create-langgraph/scripts/build.mjs(+3 -1)📝
libs/create-langgraph/scripts/clean.mjs(+3 -1)📝
libs/langgraph-api/package.json(+16 -2)📝
libs/langgraph-api/scripts/build.mjs(+7 -1)📝
libs/langgraph-api/scripts/clean.mjs(+3 -1)📝
libs/langgraph-api/scripts/test.mjs(+3 -1)📝
libs/langgraph-api/src/cli/spawn.mts(+2 -1)📝
libs/langgraph-api/src/server.mts(+19 -0)➕
libs/langgraph-api/src/ui/bundler.mts(+113 -0)➕
libs/langgraph-api/src/ui/load.mts(+74 -0)➕
libs/langgraph-api/src/ui/render.template.mts(+27 -0)📝
libs/langgraph-cli/package.json(+2 -2)📝
libs/langgraph-cli/scripts/build.mjs(+3 -1)📝
libs/langgraph-cli/scripts/clean.mjs(+3 -2)📝
libs/langgraph-cli/src/utils/config.mts(+1 -0)📝
package.json(+3 -0)📝
pnpm-lock.yaml(+658 -359)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.