[PR #87] [MERGED] feat(api): embeddable LGP server for testing #81

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/87
Author: @dqbd
Created: 6/24/2025
Status: Merged
Merged: 6/28/2025
Merged by: @dqbd

Base: mainHead: dqbd/embed


📝 Commits (5)

📊 Changes

7 files changed (+294 additions, -30 deletions)

View changed files

📝 libs/langgraph-api/package.json (+4 -0)
📝 libs/langgraph-api/src/api/runs.mts (+1 -1)
📝 libs/langgraph-api/src/api/threads.mts (+2 -16)
libs/langgraph-api/src/experimental/embed.mts (+248 -0)
📝 libs/langgraph-api/src/queue.mts (+6 -3)
📝 libs/langgraph-api/src/schemas.mts (+17 -0)
📝 libs/langgraph-api/src/stream.mts (+16 -10)

📄 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/87 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 6/28/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/embed` --- ### 📝 Commits (5) - [`8687bbf`](https://github.com/langchain-ai/langgraphjs-api/commit/8687bbfec73f334fea3c5fe5d5a57162c6b68dfd) feat(api): embeddable LGP server for testing - [`1277155`](https://github.com/langchain-ai/langgraphjs-api/commit/1277155617ff88849717d65d456445e9fafab7b6) Cleanup - [`aac3a0d`](https://github.com/langchain-ai/langgraphjs-api/commit/aac3a0db9e8b87f7026c991a445857d352c10eb9) Further cleanup - [`b10b25b`](https://github.com/langchain-ai/langgraphjs-api/commit/b10b25b2fbeaa66ee0f4912282016ce4933671be) Mark as experimental - [`21e5b48`](https://github.com/langchain-ai/langgraphjs-api/commit/21e5b48358f22bc017645fab681262499292a4ee) Fix issues ### 📊 Changes **7 files changed** (+294 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/package.json` (+4 -0) 📝 `libs/langgraph-api/src/api/runs.mts` (+1 -1) 📝 `libs/langgraph-api/src/api/threads.mts` (+2 -16) ➕ `libs/langgraph-api/src/experimental/embed.mts` (+248 -0) 📝 `libs/langgraph-api/src/queue.mts` (+6 -3) 📝 `libs/langgraph-api/src/schemas.mts` (+17 -0) 📝 `libs/langgraph-api/src/stream.mts` (+16 -10) </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:17 -05:00
yindo closed this issue 2026-02-16 04:17:17 -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#81