[PR #65] [MERGED] feat(api): resumable streams #64

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/65
Author: @dqbd
Created: 5/5/2025
Status: Merged
Merged: 5/20/2025
Merged by: @dqbd

Base: mainHead: dqbd/resumable-streams


📝 Commits (10+)

  • 3ce2561 feat(api): resumable streams
  • 872c018 Remove console.log
  • 46b1da4 Add Content-Location headers to avoid streaming from body
  • 27eaa1e Use updated (not-released) client
  • 8452883 Use a list instead of complex ID
  • 6bd6e15 Update to 0.0.75
  • 4b4fae3 Make sure to expose the header
  • 97954af Add exposeHeaders: content-location
  • cf30a2a Fix tests
  • 95ff0fc Test

📊 Changes

9 files changed (+246 additions, -50 deletions)

View changed files

📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/langgraph-api/src/api/runs.mts (+58 -7)
📝 libs/langgraph-api/src/http/middleware.mts (+18 -1)
📝 libs/langgraph-api/src/queue.mts (+10 -2)
📝 libs/langgraph-api/src/schemas.mts (+1 -0)
📝 libs/langgraph-api/src/storage/ops.mts (+88 -30)
📝 libs/langgraph-api/tests/api.test.mts (+53 -1)
📝 libs/langgraph-api/tests/graphs/agent.mts (+11 -2)
📝 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/65 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/5/2025 **Status:** ✅ Merged **Merged:** 5/20/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/resumable-streams` --- ### 📝 Commits (10+) - [`3ce2561`](https://github.com/langchain-ai/langgraphjs-api/commit/3ce25614798f12cb749da673ad4deeea6ac80412) feat(api): resumable streams - [`872c018`](https://github.com/langchain-ai/langgraphjs-api/commit/872c018571033d522ef8def6e831fdf783322acd) Remove console.log - [`46b1da4`](https://github.com/langchain-ai/langgraphjs-api/commit/46b1da4979f3986e5000d0a6b25fd487d3e2ee1b) Add Content-Location headers to avoid streaming from body - [`27eaa1e`](https://github.com/langchain-ai/langgraphjs-api/commit/27eaa1ed49ff1c3c6ca261fd07ee5bf4abfa51be) Use updated (not-released) client - [`8452883`](https://github.com/langchain-ai/langgraphjs-api/commit/8452883f8f02a19e3e62a2de52765a24229dfbfd) Use a list instead of complex ID - [`6bd6e15`](https://github.com/langchain-ai/langgraphjs-api/commit/6bd6e154a05e167564fc06a7773e36da1cdb8b6c) Update to 0.0.75 - [`4b4fae3`](https://github.com/langchain-ai/langgraphjs-api/commit/4b4fae3bbe725e31838d2ea1e3a437ee834c5275) Make sure to expose the header - [`97954af`](https://github.com/langchain-ai/langgraphjs-api/commit/97954aff34538bee2114749e2e63cee19ed5aeff) Add `exposeHeaders: content-location` - [`cf30a2a`](https://github.com/langchain-ai/langgraphjs-api/commit/cf30a2a2883d5f5d61cde6d70d6010e6281e432b) Fix tests - [`95ff0fc`](https://github.com/langchain-ai/langgraphjs-api/commit/95ff0fc3cc11ffc5f6c9fb96c7444c75672be7d0) Test ### 📊 Changes **9 files changed** (+246 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/langgraph-api/src/api/runs.mts` (+58 -7) 📝 `libs/langgraph-api/src/http/middleware.mts` (+18 -1) 📝 `libs/langgraph-api/src/queue.mts` (+10 -2) 📝 `libs/langgraph-api/src/schemas.mts` (+1 -0) 📝 `libs/langgraph-api/src/storage/ops.mts` (+88 -30) 📝 `libs/langgraph-api/tests/api.test.mts` (+53 -1) 📝 `libs/langgraph-api/tests/graphs/agent.mts` (+11 -2) 📝 `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:12 -05:00
yindo closed this issue 2026-02-16 04:17:12 -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#64