[PR #1640] [MERGED] sdk-js: add missing methods #2199

Closed
opened 2026-02-20 17:46:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1640
Author: @vbarda
Created: 9/6/2024
Status: Merged
Merged: 9/6/2024
Merged by: @vbarda

Base: mainHead: vb/sdk-add-missing-methods


📝 Commits (4)

📊 Changes

2 files changed (+90 additions, -2 deletions)

View changed files

📝 libs/sdk-js/src/client.mts (+88 -0)
📝 libs/sdk-py/langgraph_sdk/client.py (+2 -2)

📄 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/langgraph/pull/1640 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 9/6/2024 **Status:** ✅ Merged **Merged:** 9/6/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/sdk-add-missing-methods` --- ### 📝 Commits (4) - [`f9c6348`](https://github.com/langchain-ai/langgraph/commit/f9c63481502185009e8c1273986956234e16729c) sdk-js: add missing methods - [`c9051d1`](https://github.com/langchain-ai/langgraph/commit/c9051d153634159c8f76b38bdc51fda93159c4f0) (wip) adding .stream - [`38df8eb`](https://github.com/langchain-ai/langgraph/commit/38df8eb38f6058f5887b43d9e6110817da5a427d) pass assistant in the payload - [`535185c`](https://github.com/langchain-ai/langgraph/commit/535185c0622eef9350f3bf41109e321002fde121) add join stream ### 📊 Changes **2 files changed** (+90 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `libs/sdk-js/src/client.mts` (+88 -0) 📝 `libs/sdk-py/langgraph_sdk/client.py` (+2 -2) </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-20 17:46:31 -05:00
yindo closed this issue 2026-02-20 17:46:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2199