Eugene Yurtsev
582856b30c
x
2025-01-16 14:00:42 -05:00
Eugene Yurtsev
e476897177
fix merge error
2025-01-16 13:58:55 -05:00
Eugene Yurtsev
421f7c0238
x
2025-01-16 13:55:41 -05:00
Eugene Yurtsev
3095bfce9c
Merge branch 'main' into eugene/expose_previous_state
2025-01-16 13:54:05 -05:00
Nuno Campos and GitHub
4cfe0b2d4c
tests: add a test for interrupt() w/ functional API ( #3065 )
2025-01-16 10:04:17 -08:00
Nuno Campos
a16def5140
Lint
2025-01-16 09:55:04 -08:00
Nuno Campos
8c88e203bc
Fix
2025-01-16 09:51:46 -08:00
vbarda
c4460e5dd2
add another test
2025-01-16 11:20:09 -05:00
Nuno Campos
46056363b3
Make config schema configurable for imperative api
2025-01-16 08:00:08 -08:00
Nuno Campos
ba672604a6
Implement input/output schemas for imperative api
2025-01-16 07:57:00 -08:00
vbarda
8b1597a385
tests: add a test for interrupt() w/ functional API
2025-01-16 10:16:26 -05:00
Vadym Barda and GitHub
adff439d4e
langgraph: release 0.2.63 ( #3064 )
2025-01-16 09:19:25 -05:00
Vadym Barda and GitHub
89b0be3a7d
checkpoint-postgres: release 2.0.13 ( #3063 )
2025-01-16 09:17:43 -05:00
Vadym Barda and GitHub
7ecda42b42
checkpoint-postgres: bring back missing migration ( #3058 )
2025-01-16 03:16:28 +00:00
Nuno Campos and GitHub
bd99471705
tests: Add test for catching bunching in streaming ( #3057 )
2025-01-15 18:57:07 -08:00
Nuno Campos
0e4dbb4c62
Guard
2025-01-15 18:36:49 -08:00
Nuno Campos
145220f2a8
Fix
2025-01-15 18:29:34 -08:00
Eugene Yurtsev
f9c25bba07
x
2025-01-15 21:15:38 -05:00
Eugene Yurtsev
7ecad39ecb
x
2025-01-15 21:15:05 -05:00
Nuno Campos and GitHub
6bfc6be307
Add support for multiple subgraphs called in a single node ( #3056 )
2025-01-15 18:01:31 -08:00
Nuno Campos
6b9369876f
Fix sync
2025-01-15 17:52:19 -08:00
Nuno Campos
c26b0e78b6
Fix kafka lib
2025-01-15 17:15:58 -08:00
Nuno Campos and GitHub
1763dd69a7
Add checkpointer=True mode for subgraphs that want to keep state between turns ( #3055 )
2025-01-15 16:08:03 -08:00
Nuno Campos
f4bd023ab1
Fix
2025-01-15 16:04:14 -08:00
Nuno Campos
d402bf7379
Remove flag
2025-01-15 15:36:16 -08:00
Nuno Campos
e8a73e1505
Remove flag
2025-01-15 15:36:10 -08:00
Nuno Campos
d6492ef048
Add support for multiple subgraphs called in a single node
2025-01-15 15:36:10 -08:00
Nuno Campos
38d9b39f6e
Add flag
2025-01-15 15:36:03 -08:00
Nuno Campos
be8b4a1d7f
Lint
2025-01-15 15:30:29 -08:00
Nuno Campos
71fbd6a8b4
Lint
2025-01-15 15:29:34 -08:00
Nuno Campos
5375af7827
Add checkpointer=True mode for subgraphs that want to keep state betweenn turns
2025-01-15 15:15:44 -08:00
Eugene Yurtsev
6b707cbfc5
x
2025-01-15 17:15:56 -05:00
Nuno Campos and GitHub
dd7ac00953
Fix unexpected re-use of null resume value by subgraphs ( #3054 )
...
- Also stop exposing writes in config, in favor of scratchpad
2025-01-15 13:59:13 -08:00
Nuno Campos
cd64075928
Lint
2025-01-15 13:49:33 -08:00
Nuno Campos
144ee31546
Lint
2025-01-15 13:43:14 -08:00
Nuno Campos and GitHub
8bb84c7096
Fix ignored goto when a mixed list of command and state updates is returned from a node ( #3038 )
2025-01-15 13:39:59 -08:00
Nuno Campos
e83660885b
Lint
2025-01-15 13:39:44 -08:00
Nuno Campos
c2a57385c0
Update tests
2025-01-15 13:35:51 -08:00
Nuno Campos
3626478029
Fix unexpected re-use of null resume value by subgraphs
...
- Also stop exposing writes in config, in favor of scratchpad
2025-01-15 13:31:49 -08:00
Brace Sproul and GitHub
13c9bfa282
feat(langgraph): Add interrupt schema to library ( #2947 )
2025-01-15 12:55:47 -08:00
Nuno Campos
5805e5709a
Fix ignored goto when a mixed list of command and state updates is returned from a node
2025-01-15 11:42:28 -08:00
Nuno Campos and GitHub
aab6fdf3f3
Fix Send order after interrupt/resume ( #3037 )
...
- order was incorrectly based on task id, instead of the correct task
path
- this requires storing task paths on checkpointers
- addition of task_path to put_writes is made backwards compatible by
checking signature on call, and treating it as an optional arg
2025-01-15 11:42:08 -08:00
Nuno Campos and GitHub
be1d035aba
tests: add test for multiple interrupts and tasks ( #2941 )
2025-01-15 11:41:30 -08:00
Nuno Campos
6e228f8a9c
Lint
2025-01-15 11:32:42 -08:00
Nuno Campos
0adbd89d9a
Bump checkpoint
2025-01-15 11:28:55 -08:00
Nuno Campos
47c37d140f
Fix Send order after interrupt/resume
...
- order was incorrectly based on task id, instead of the correct task path
- this requires storing task paths on checkpointers
- addition of task_path to put_writes is made backwards compatible by checking signature on call, and treating it as an optinal arg
2025-01-15 11:28:26 -08:00
Nuno Campos
fc887f7a5d
checkpoint-postgres/sqlite 2.0.12/2.0.3
2025-01-15 11:26:51 -08:00
Nuno Campos
2c984dfe4e
checkpoint 2.0.10
2025-01-15 11:14:03 -08:00
Nuno Campos
31734fb792
Lint
2025-01-15 11:02:10 -08:00
Nuno Campos
eed577ee2a
Update sqlite signature
2025-01-15 10:58:46 -08:00