Tat Dat Duong
e466327524
Bump to 0.0.87
2025-06-27 20:03:03 +02:00
Tat Dat Duong
b6655fe083
Use the client hash only in useEffect
2025-06-27 19:59:21 +02:00
Tat Dat Duong
9b7cc1c82e
fix(sdk-js): avoid stale client when fetching history
2025-06-27 19:51:49 +02:00
Nuno Campos
c406aede96
Fix deadlock in SqliteStore
...
- If setup wasnt called separately _cursor() and setup() would deadlock
- The call to setup() in _cursor() should be outside the lock block, as setup() also acquires the lock and re-checks the setup flag
2025-06-27 08:57:35 -07:00
Sydney Runkle and GitHub
fa5e7a97c2
release[prebuilt]: bump version to v0.5.1 ( #5228 )
...
version bump
2025-06-27 14:02:14 +00:00
Sydney Runkle and GitHub
233a92ccb9
fix[prebuilt]: bind tools even if it's only provider tools ( #5227 )
...
bind tools even if just provider tools
2025-06-27 09:49:26 -04:00
lc-arjun and GitHub
e277a6bd9b
chore: sdk bumps ( #5220 )
...
* chore: sdk bumps
* uv lock
2025-06-26 17:57:05 -07:00
lc-arjun and GitHub
16250fe038
chore: update api ref docs and fix schemas ( #5219 )
2025-06-26 17:41:03 -07:00
Nuno Campos
0a4cd5fcaa
0.5.0
2025-06-26 15:47:46 -07:00
Nuno Campos
0f22841f78
Add test for reducer exceptions
2025-06-26 11:40:55 -07:00
lc-arjun and GitHub
4a26ca5bc2
feat: crons sorting sdk ( #5197 )
...
* feat: crons sorting sdk
* update sync clients
* lock file
* lock file
* lock file
2025-06-26 11:27:44 -07:00
William FH and GitHub
a622218746
chore: (CLI) bump api minbound ( #5206 )
2025-06-25 19:28:13 -07:00
William FH and GitHub
7fda427601
fix: [prebuilt] Checks for pre-bound model with builtin tools ( #5203 )
2025-06-26 01:34:21 +00:00
Nuno Campos
cee9ac0b7a
One more
2025-06-25 17:07:26 -07:00
Nuno Campos
3ddb6b1477
One more
2025-06-25 17:05:41 -07:00
Nuno Campos
8a5519da29
Fix update_state bugs
2025-06-25 17:02:08 -07:00
Nuno Campos and Tat Dat Duong
abc5a5ff44
Update
2025-06-26 01:30:52 +02:00
Nuno Campos and Tat Dat Duong
38ab90217f
Fix assertion
2025-06-26 01:30:52 +02:00
Tat Dat Duong
005edb2979
Async test
2025-06-26 01:30:51 +02:00
Tat Dat Duong
c5a851cd91
Use as_node=END instead
2025-06-26 01:30:51 +02:00
Tat Dat Duong
06a42aee53
Remove if/else
2025-06-26 01:30:51 +02:00
Tat Dat Duong
04b9947a41
Fix mypy
2025-06-26 01:30:51 +02:00
Tat Dat Duong
239df52e74
Avoid creating new root checkpoint to preserve behaviour
2025-06-26 01:30:48 +02:00
Tat Dat Duong
8a67a5ac25
Fix format
2025-06-26 01:30:11 +02:00
Tat Dat Duong
adb2eee54b
Remove dict
2025-06-26 01:30:10 +02:00
Tat Dat Duong
263a583f01
Fix lint
2025-06-26 01:30:10 +02:00
Tat Dat Duong
565d52975c
Fix test
2025-06-26 01:30:10 +02:00
Tat Dat Duong
865fba9d50
feat(langgraph): task masquerading with update state
2025-06-26 01:30:10 +02:00
Nuno Campos and GitHub
929bba8337
Add print_mode= arg to invoke/stream ( #5201 )
2025-06-25 16:21:19 -07:00
Nuno Campos
c9dcd3fbb5
Map debug=True to print_mode=['values', 'updates']
2025-06-25 16:08:20 -07:00
Nuno Campos
e23da72ccd
Add print_mode= arg to invoke/stream
...
- This is more flexible version of the debug= flag, which we'll deprecate
2025-06-25 11:52:42 -07:00
Nuno Campos
d877ea479b
Remove unused branch in update_state
...
- update_state(None, as_node=None) was not tested/used, and was too similar in behavior to __copy__ / __end__, so removing it
2025-06-25 08:38:20 -07:00
Nuno Campos and GitHub
ebd7977936
Revert change to default value of checkpoint_during arg ( #5177 )
2025-06-23 18:12:19 -07:00
Nuno Campos
a6381c32b0
Revert change to default value of checkpoint_during arg
2025-06-23 18:05:46 -07:00
Nuno Campos
866c8009dc
Fix bug where Command(update=) could be ignored if there was a 2nd interrupt after it
...
- writes from the null task (ie. from outside tasks) should be accummulated across invocations
2025-06-23 17:23:53 -07:00
OfirTeneJuno and GitHub
77306c5142
Merge branch 'main' into interrupt-use-stream-values
2025-06-19 14:06:24 +03:00
Nuno Campos
a1c856c088
Reduce extraneous keys in checkpoint.metadata
...
- Leave it up to each checkpointer implementation to decide whether to merge in configurable/metadata (previously PregelLoop would do some of this always)
- Never copy over internal langgraph keys into checkpoint.metadata (these are redundant/misleading to include)
2025-06-17 17:40:18 -07:00
Josh Rogers and GitHub
92010f84ec
Adding disable_mcp field to cli docs ( #5132 )
2025-06-17 16:22:50 -07:00
Nuno Campos
6dcff8a839
If FuturesDict callback has been GCed, don't call it
2025-06-17 13:47:47 -07:00
Nuno Campos
771c6150a4
langgraph 0.5.0rc1
2025-06-16 17:52:13 -07:00
Nuno Campos
edfb65fd3a
langgraph-prebuilt 0.5.0rc0
2025-06-16 17:47:21 -07:00
Nuno Campos
dfcaf97c73
langgraph 0.5.0rc0
2025-06-16 15:17:56 -07:00
Nuno Campos
63a0028372
langgraph-checkpoint 2.1.0
2025-06-16 14:58:50 -07:00
Nuno Campos and GitHub
1134017d07
Preparation for 0.5 release: langgraph-checkpoint ( #5124 )
...
Prepare langgraph-checkpoint for 0.5
- Given we have no upper bound on langgraph-checkpoint dep need to undo all changes in langgraph-checkpoint that might break previous versions of langgraph
2025-06-16 21:57:11 +00:00
Nuno Campos
c137169325
Preparation for 0.5 release
...
- Update deprecation warnings to mention 0.5, no 1.0
- Add back type hint support for Runnable arg to add_node
2025-06-16 13:07:52 -07:00
Nuno Campos and GitHub
1e2672e63d
Restore shallow checkpointer ( #5105 )
2025-06-16 11:23:27 -07:00
Nuno Campos and GitHub
06803ab683
Add migration for pending_sends ( #5106 )
2025-06-16 11:23:17 -07:00
Nuno Campos
417103066b
Lint
2025-06-16 09:29:03 -07:00
Nuno Campos
25a59447c1
Introduce "tasks" and "checkpoints" stream modes
...
- These are split out of "debug" stream mode, which is now an alias for ["tasks", "checkpoints"]
2025-06-16 08:47:45 -07:00
Nuno Campos
21906d2b7b
Add migration for pending_sends
...
- Checkpoints saved on older versions of langgraph will be compatible with langgraph 0.5 and 1.0
2025-06-13 17:42:14 -07:00