mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 02:44:45 -04:00
[PR #65] [MERGED] feat(api): resumable streams #64
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/65
Author: @dqbd
Created: 5/5/2025
Status: ✅ Merged
Merged: 5/20/2025
Merged by: @dqbd
Base:
main← Head:dqbd/resumable-streams📝 Commits (10+)
3ce2561feat(api): resumable streams872c018Remove console.log46b1da4Add Content-Location headers to avoid streaming from body27eaa1eUse updated (not-released) client8452883Use a list instead of complex ID6bd6e15Update to 0.0.754b4fae3Make sure to expose the header97954afAddexposeHeaders: content-locationcf30a2aFix tests95ff0fcTest📊 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.