Tat Dat Duong
c1663896c2
feat(pregel): add zod plugin
2025-03-25 14:26:23 +01:00
Tat Dat Duong
f9706cf8d3
feat(pregel): add Zod config schema + langgraph studio meta properties
2025-03-25 14:25:11 +01:00
David Duong
4742ac650c
feat(pregel): add support for zod input / output schema ( #1024 )
2025-03-25 13:23:37 +00:00
David Duong
88dfc67c21
feat(langgraph): add Zod support for state definition / config schema ( #1018 )
2025-03-25 14:18:42 +01:00
Divy Srivastava
7df285e931
perf(checkpoint-sqlite): reuse getTuple prepared statements ( #998 )
2025-03-26 00:26:51 +13:00
nick-w-nick
8ac68856ff
fix(docs): Add section to demonstrate saving a graph diagram locally ( #906 )
2025-03-25 11:05:07 +00:00
Ben Burns
b8fe76ea84
fix(langgraph): allow setting edges from START on Graph ( #1028 )
2025-03-25 23:04:49 +13:00
Ben Burns
a4f1441cd4
chore(langgraph): begin porting python tests, with bug fixes ( #1023 )
2025-03-25 00:46:29 +13:00
Ben Burns
e12280b2df
chore(langgraph): port the last of the graph structure tests
2025-03-25 00:27:51 +13:00
Ben Burns
5eb9d05bca
chore(langgraph): port more graph structure tests
2025-03-25 00:27:51 +13:00
Ben Burns
2f02c8c382
chore(langgraph): port more graph structure tests
2025-03-25 00:27:51 +13:00
Ben Burns
6b25d98e04
chore(langgraph): add note about test that can't be ported
2025-03-25 00:27:51 +13:00
Ben Burns
a53e9c2845
chore(langgraph): port more graph structure tests
2025-03-25 00:27:51 +13:00
Ben Burns
5d320ac21a
chore(langgraph): port more graph structure tests
2025-03-25 00:27:51 +13:00
Ben Burns
83251fb500
fix(langgraph): enforce maxConcurrency option
2025-03-25 00:27:50 +13:00
Ben Burns
75f8ba0840
fix(langgraph): capture writes from parallel tasks when one task fails
2025-03-25 00:27:50 +13:00
Ben Burns
97c0dc4411
chore(langgraph): port next graph structure test (fails due to bug)
2025-03-25 00:27:50 +13:00
Ben Burns
b13708554d
chore(langgraph): port next graph structure test
2025-03-25 00:27:50 +13:00
Ben Burns
79007f8fb0
chore(langgraph): port next graph structure test
2025-03-25 00:27:50 +13:00
Ben Burns
1d577d28a0
chore(langgraph): port next graph structure test
2025-03-25 00:27:50 +13:00
Ben Burns
db7e201663
chore(langgraph): port next graph structure test
2025-03-25 00:27:50 +13:00
Ben Burns
891ebc3dcb
fix(langgraph): correctly deserialize pending sends & commands on resume
2025-03-25 00:27:39 +13:00
Ben Burns
86ab32ac4d
chore(langgraph): port next graph structure test (fails due to bug)
2025-03-25 00:24:35 +13:00
Ben Burns
498fa906a7
chore(langgraph): port next graph structure test
2025-03-25 00:24:35 +13:00
Ben Burns
0cf917b141
chore(langgraph): port first graph structure test
2025-03-25 00:24:35 +13:00
Ben Burns
c485af746c
chore(langgraph): port next checkpoint test
2025-03-25 00:24:34 +13:00
Ben Burns
9aef756a3c
chore(langgraph): port next checkpoint test
2025-03-25 00:24:34 +13:00
Ben Burns
85b37814bd
chore(langgraph): port next checkpoint test
2025-03-25 00:24:34 +13:00
Ben Burns
93494d43db
chore(langgraph): port next checkpoint test
2025-03-25 00:24:34 +13:00
Ben Burns
92a9dfdef2
feat(checkpoint): allow add'l custom fields on CheckpointMetadata
2025-03-25 00:24:31 +13:00
Ben Burns
3d97bdd397
chore(langgraph): port next checkpoint test
2025-03-24 16:05:04 +13:00
Ben Burns
e856de035a
chore(langgraph): port next checkpoint test
2025-03-24 16:05:04 +13:00
Ben Burns
0f100f551f
fix(langgraph): StateSnapshot fixes
...
- apply writes from finished tasks in StateSnapshot
- don't list nodes that completed successfully in StateSnapshot.next
- include thread_id in StateSnapshot metadata
Also includes related test maintenance, and a small change to tests that
retry to prevent them from logging useless noise to stdout during test
runs.
2025-03-24 16:05:02 +13:00
Ben Burns
14460a4acc
chore(langgraph): port next checkpoint test (fails, exposing bug)
2025-03-24 16:03:55 +13:00
Ben Burns
28585ec031
chore(langgraph): port next checkpoint test
2025-03-24 16:03:55 +13:00
Ben Burns
fbd21e3be5
feat(langgraph): add logWarning option to RetryPolicy (default: true)
2025-03-24 16:03:55 +13:00
Ben Burns
4da74d1d4c
chore(langgraph): port next checkpoint test
2025-03-24 16:03:55 +13:00
Ben Burns
27ed45ec97
chore(langgraph): port next checkpoint test
2025-03-24 16:03:55 +13:00
Ben Burns
450cdb99fd
chore(langgraph): port first two checkpoint tests
2025-03-24 16:03:54 +13:00
Eugene Yurtsev
0ccd75d5c8
feat(docs): add llms-overview file ( #1015 )
2025-03-20 22:46:24 -04:00
Eugene Yurtsev
b33c136fd4
x
2025-03-20 22:35:38 -04:00
Tat Dat Duong
01a657b5fe
release: 0.0.18
2025-03-20 15:28:31 +01:00
David Duong
b7b21f89c4
Merge pull request #32 from langchain-ai/dqbd/store-flakiness
...
test: check for flakiness
2025-03-20 15:25:01 +01:00
Tat Dat Duong
ab87358fc1
test: check for flakiness
2025-03-20 12:53:28 +01:00
David Duong
b225d5b426
Merge pull request #13 from langchain-ai/dqbd/batch-state
...
feat(api): add create thread from batch of update state
2025-03-20 12:46:44 +01:00
David Duong
4b800c6b3f
Merge pull request #31 from langchain-ai/dqbd/persist-fix
...
fix(api): make sure to persist after a while
2025-03-20 12:45:04 +01:00
Eugene Yurtsev
45d382b182
feat(docs): add llms.txt ( #1011 )
2025-03-19 21:29:18 -04:00
Eugene Yurtsev
75f985d006
Merge branch 'main' into eugene/llms_txt
2025-03-19 21:20:33 -04:00
Eugene Yurtsev
5267544fb5
x
2025-03-19 21:19:42 -04:00
Tat Dat Duong
6a07d9f0bf
Bump to latest SDK
2025-03-19 22:54:28 +01:00