Skip to content

Commit 1e1ecbb

Browse files
hntrldqbdchristian-bromannnfcamposgithub-actions[bot]
authored
feat: merge v1 (#1733)
Co-authored-by: Tat Dat Duong <david@duong.cz> Co-authored-by: Christian Bromann <git@bromann.dev> Co-authored-by: Nuno Campos <nuno@langchain.dev> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98a6c7b commit 1e1ecbb

File tree

263 files changed

+5858
-3054
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+5858
-3054
lines changed

.changeset/breezy-llamas-laugh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@langchain/langgraph": patch
3+
---
4+
5+
Fix type issue with defining `interrupt` and `writer` in StateGraph constructor when using Annotation.Root

.changeset/bumpy-candies-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@langchain/langgraph": major
3+
---
4+
5+
Make Zod a peer dependency of @langchain/langgraph

.changeset/calm-doodles-shave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@langchain/langgraph": patch
3+
---
4+
5+
Add `pushMessage` method for manually publishing to messages stream channel

.changeset/config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
"access": "public",
1414
"baseBranch": "main",
1515
"updateInternalDependencies": "patch",
16-
"ignore": ["@langchain/langgraph-sdk-validation", "examples"],
16+
"ignore": [
17+
"@langchain/langgraph-sdk-validation",
18+
"@langchain/langgraph-benchmark"
19+
],
1720
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1821
"onlyUpdatePeerDependentsWhenOutOfRange": true
1922
}
20-
}
23+
}

.changeset/early-drinks-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@langchain/langgraph": patch
3+
---
4+
5+
chore(prebuilt): deprecate createReactAgent

.changeset/every-windows-lose.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@langchain/langgraph": patch
3+
---
4+
5+
Improve performance of scheduling tasks with large graphs

.changeset/famous-oranges-pay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@langchain/langgraph": patch
3+
---
4+
5+
Improve graph execution performance by avoiding unnecessary cloning of checkpoints after every tick

.changeset/fluffy-otters-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@langchain/langgraph": patch
3+
---
4+
5+
fix(@langchain/langgraph): export missing `CommandParams` symbol

.changeset/funny-houses-mate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@langchain/langgraph": patch
3+
---
4+
5+
Add `stream.encoding` option to emit LangGraph API events as Server-Sent Events. This allows for sending events through the wire by piping the stream to a `Response` object.

.changeset/good-pugs-reply.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@langchain/langgraph": patch
3+
---
4+
5+
fix(@langchain/langgraph): export missing `CommandInstance` symbol

0 commit comments

Comments
 (0)