mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 13:25:54 -04:00
[PR #86] [MERGED] feat: attach custom tracer w/ replicas as callback #80
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/86
Author: @lc-arjun
Created: 6/13/2025
Status: ✅ Merged
Merged: 6/17/2025
Merged by: @lc-arjun
Base:
main← Head:arjun/stream_in_context📝 Commits (7)
7a0702cfeat: stream in tracing context (wip)0630b5cget real project name5d2aa0bfixes7d8b62fupdate meta api to supportcad4494add version to api2b3910dread version from fsd6be0a0bump other packages and yarn dedupe📊 Changes
8 files changed (+89 additions, -36 deletions)
View changed files
📝
libs/langgraph-api/package.json(+4 -4)📝
libs/langgraph-api/src/api/meta.mts(+23 -1)📝
libs/langgraph-api/src/api/runs.mts(+14 -6)📝
libs/langgraph-api/src/schemas.mts(+6 -0)📝
libs/langgraph-api/src/stream.mts(+23 -6)📝
libs/langgraph-cli/package.json(+1 -1)📝
libs/langgraph-ui/package.json(+1 -1)📝
yarn.lock(+17 -17)📄 Description
This PR does two things:
replicasby defining alangchain_tracerwhen creating a run.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.