[PR #48] [MERGED] feat(api): add custom loopback client #47

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/48
Author: @dqbd
Created: 4/16/2025
Status: Merged
Merged: 4/16/2025
Merged by: @dqbd

Base: mainHead: dqbd/custom-http-route-loopback


📝 Commits (3)

  • 2f88c2f feat(api): add custom loopback client
  • fedcf81 Use global-provided loopback fetch
  • 9c802a1 release: 0.0.23

📊 Changes

9 files changed (+64 additions, -27 deletions)

View changed files

📝 libs/langgraph-api/package.json (+3 -3)
libs/langgraph-api/src/loopback.mts (+16 -0)
📝 libs/langgraph-api/src/server.mts (+4 -4)
📝 libs/langgraph-api/src/webhook.mts (+5 -11)
📝 libs/langgraph-api/tests/api.test.mts (+17 -0)
📝 libs/langgraph-api/tests/graphs/http.mts (+11 -1)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-ui/package.json (+1 -1)
📝 pnpm-lock.yaml (+6 -6)

📄 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/48 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 4/16/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/custom-http-route-loopback` --- ### 📝 Commits (3) - [`2f88c2f`](https://github.com/langchain-ai/langgraphjs-api/commit/2f88c2fcfa52acc6887331490e1b711c1ae52c65) feat(api): add custom loopback client - [`fedcf81`](https://github.com/langchain-ai/langgraphjs-api/commit/fedcf819ebc9d9894a2dd734195dafdfe55c731d) Use global-provided loopback fetch - [`9c802a1`](https://github.com/langchain-ai/langgraphjs-api/commit/9c802a1a6b4a5b98b1bf64cc48912cd1faf43bed) release: 0.0.23 ### 📊 Changes **9 files changed** (+64 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/package.json` (+3 -3) ➕ `libs/langgraph-api/src/loopback.mts` (+16 -0) 📝 `libs/langgraph-api/src/server.mts` (+4 -4) 📝 `libs/langgraph-api/src/webhook.mts` (+5 -11) 📝 `libs/langgraph-api/tests/api.test.mts` (+17 -0) 📝 `libs/langgraph-api/tests/graphs/http.mts` (+11 -1) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-ui/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+6 -6) </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:08 -05:00
yindo closed this issue 2026-02-16 04:17:08 -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#47