[PR #1287] [MERGED] feat: allow user defined callbacks to extend graph callbacks #1355

Closed
opened 2026-02-15 20:15:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1287
Author: @lc-arjun
Created: 6/16/2025
Status: Merged
Merged: 6/17/2025
Merged by: @lc-arjun

Base: mainHead: arjun/allow_user_callbacks


📝 Commits (10+)

📊 Changes

2 files changed (+101 additions, -64 deletions)

View changed files

📝 libs/langgraph/src/pregel/index.ts (+67 -64)
📝 libs/langgraph/src/pregel/utils/index.ts (+34 -0)

📄 Description

Fixes # (issue)


🔄 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/pull/1287 **Author:** [@lc-arjun](https://github.com/lc-arjun) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 6/17/2025 **Merged by:** [@lc-arjun](https://github.com/lc-arjun) **Base:** `main` ← **Head:** `arjun/allow_user_callbacks` --- ### 📝 Commits (10+) - [`13900b2`](https://github.com/langchain-ai/langgraphjs/commit/13900b259fa43d68e0677d011c47ef82e21f8522) feat: allow user defined callbacks to extend graph callbacks - [`ff8c190`](https://github.com/langchain-ai/langgraphjs/commit/ff8c1906d7e72b13f60476d56de027117f625c3d) need to move up to avoid it overwriting - [`33f25a3`](https://github.com/langchain-ai/langgraphjs/commit/33f25a364be401a30a194c41bf7513f3361feaef) lint - [`5c05518`](https://github.com/langchain-ai/langgraphjs/commit/5c055188f342190df21de6a2fbbdeb3c41f812d8) real fix - [`44e8b0f`](https://github.com/langchain-ai/langgraphjs/commit/44e8b0f3edca5b342d091578fe00922e01c59b71) lint - [`f2f01aa`](https://github.com/langchain-ai/langgraphjs/commit/f2f01aa877aa7d511cdd338fecfe0c9706ee956d) lint - [`8464a05`](https://github.com/langchain-ai/langgraphjs/commit/8464a051cbedda2a1eaaf095aa44527e8a71f195) bump to 0.3.4 - [`8597ba0`](https://github.com/langchain-ai/langgraphjs/commit/8597ba044fc8fb7228e3280d545df2cdc77aa1d7) pr comment + move combine callback to util - [`96e6a07`](https://github.com/langchain-ai/langgraphjs/commit/96e6a0770102618adaa9c0a804398600a9b8f191) lint - [`d16c657`](https://github.com/langchain-ai/langgraphjs/commit/d16c6578bd3b9dd991c265488a8fad604a62dd6a) use option.recursionLimit ### 📊 Changes **2 files changed** (+101 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/index.ts` (+67 -64) 📝 `libs/langgraph/src/pregel/utils/index.ts` (+34 -0) </details> ### 📄 Description <!-- Thank you for contributing to LangGraph.js! Your PR will appear in our next release under the title you set above. Please make sure it highlights your valuable contribution. To help streamline the review process, please make sure you read our contribution guidelines: https://github.com/langchain-ai/langgraphjs/blob/main/CONTRIBUTING.md Replace this block with a description of the change, the issue it fixes (if applicable), and relevant context. Finally, we'd love to show appreciation for your contribution - if you'd like us to shout you out on Twitter, please also include your handle below! --> <!-- Remove if not applicable --> Fixes # (issue) --- <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-15 20:15:24 -05:00
yindo closed this issue 2026-02-15 20:15:24 -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#1355