[PR #83] [MERGED] fix: pagination and tracing #78

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/83
Author: @lc-arjun
Created: 6/10/2025
Status: Merged
Merged: 6/10/2025
Merged by: @lc-arjun

Base: mainHead: arjun/server_improvements


📝 Commits (4)

📊 Changes

4 files changed (+62 additions, -19 deletions)

View changed files

📝 libs/langgraph-api/src/api/assistants.mts (+10 -5)
📝 libs/langgraph-api/src/api/meta.mts (+25 -1)
📝 libs/langgraph-api/src/http/middleware.mts (+16 -11)
📝 libs/langgraph-api/src/storage/ops.mts (+11 -2)

📄 Description

This PR does a few things:

  1. fixes the server to actually support the x-pagination-total header
  2. updates assistants search to return this header (already was included in threads search but not assistants)
  3. includes flag for if langsmith tracing is enabled

all these are supported in the python server


🔄 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/83 **Author:** [@lc-arjun](https://github.com/lc-arjun) **Created:** 6/10/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@lc-arjun](https://github.com/lc-arjun) **Base:** `main` ← **Head:** `arjun/server_improvements` --- ### 📝 Commits (4) - [`f26c0ef`](https://github.com/langchain-ai/langgraphjs-api/commit/f26c0ef7b347bba0d166b8a404f89e2053ebc9d6) feat: pagination and tracing - [`1559a78`](https://github.com/langchain-ai/langgraphjs-api/commit/1559a7862ed6a4ed6a2049076d0929d4f05f63df) nit: bool cast - [`c957aec`](https://github.com/langchain-ai/langgraphjs-api/commit/c957aec7b3e8f4f3555611d43cc8524fc0729a4b) dont return the env - [`c265876`](https://github.com/langchain-ai/langgraphjs-api/commit/c26587666ef190b8ea33429dfa5e75ef03c76716) lint ### 📊 Changes **4 files changed** (+62 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/src/api/assistants.mts` (+10 -5) 📝 `libs/langgraph-api/src/api/meta.mts` (+25 -1) 📝 `libs/langgraph-api/src/http/middleware.mts` (+16 -11) 📝 `libs/langgraph-api/src/storage/ops.mts` (+11 -2) </details> ### 📄 Description This PR does a few things: 1. fixes the server to actually support the `x-pagination-total` header 2. updates assistants search to return this header (already was included in threads search but not assistants) 3. includes flag for if langsmith tracing is enabled all these are supported in the python server --- <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:16 -05:00
yindo closed this issue 2026-02-16 04:17:16 -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#78