Nuno Campos
0f8f5444bc
Lint
2025-05-24 14:54:57 -07:00
Nuno Campos
bc17c3522b
Remove old checkpoint test fixtures
...
- Now all tests fully migrated to more recent sync_checkpointer and async_checkpointer fixtures for parametrising on checkpointer
- Use sync/async_store fixtures where tests used only in memory store
- Remove unused "should snapshot" check for older versions of langchain core no longer tested against
2025-05-24 14:27:13 -07:00
Nuno Campos
8c11c1155a
Remove postgres shallow checkpointer
...
- This was deprecated, and superseded by checkpoint_during=False, which is available for all checkpointers
2025-05-24 12:39:50 -07:00
Nuno Campos
9c79d887a0
Remove ChannelsManager, ManagedValues are now static classes and never instantiated
...
- This keeps the existing API for accessing IsLastValue, RemainingSteps, but simplifies the internal implementation
- This lets us remove ChannelsManager completely, which no longer needs to be a context manager, now replaced w function channels_from_checkpoint
- Managed values are now simple functions that return a value given a PregelScratchpad, which will be easier to implement in distributed runner
2025-05-24 12:15:11 -07:00
Nuno Campos
889b40e7a8
Remove Context channel / managed value, Remove SharedValue
...
- Both have been deprecated long ago, have not been present in docs for quite a while
- Removing these lets us delete some code paths that were dedicated to this, easing work on distributed runner
2025-05-24 11:05:15 -07:00
Lauren Hirata Singh and GitHub
a69860baa6
Merge branch 'main' into fix-examples-link-readme
2025-05-23 22:08:32 -04:00
Lauren Hirata Singh and GitHub
6fc21046cd
Update libs/langgraph/README.md
2025-05-23 22:06:43 -04:00
Lauren Hirata Singh and GitHub
754420e9a2
Update libs/langgraph/README.md
2025-05-23 22:03:39 -04:00
Nuno Campos
0139e11ae5
0.4.7
2025-05-23 16:51:48 -07:00
Nuno Campos
36478eb745
Fix stream mode not respected in subgraphs
...
- The default applied for subgraphs should be applied only when stream mode arg not passed in
2025-05-23 16:40:51 -07:00
Nuno Campos
9bf6728354
Try to make test less flaky
2025-05-23 16:32:51 -07:00
Nuno Campos
126a8f5bc6
Lock
2025-05-23 16:22:12 -07:00
Nuno Campos
9170f636d0
Lock
2025-05-23 16:14:15 -07:00
Nuno Campos
8207d3fefb
Add tests for stream_events when using imperative api
2025-05-23 16:11:12 -07:00
Nuno Campos
ade3f372a5
0.4.6
2025-05-23 15:24:07 -07:00
Nuno Campos
bece43dc67
Fix
2025-05-23 15:06:18 -07:00
Nuno Campos
913b8d5e95
Lint
2025-05-23 14:32:45 -07:00
Nuno Campos
3c0d9346c2
Add sync test
2025-05-23 13:51:13 -07:00
Nuno Campos
0ebb78d9b2
Fix
2025-05-23 13:50:11 -07:00
Nuno Campos
70153ceba2
Fix exception handling for imperative tasks
...
- These exceptions should not be re-raised at end of tick, given they're handled explicitly by the developer in their entrypoint
2025-05-23 12:26:27 -07:00
Sydney Runkle and GitHub
a9c87ed8b6
prebuilt: release 0.2.1 ( #4801 )
...
lockfile and version updates
2025-05-23 18:07:24 +00:00
Sydney Runkle and GitHub
837fe59e24
prebuilt: support provider builtin tools in create_react_agent ( #4800 )
2025-05-23 13:58:53 -04:00
Sydney Runkle and GitHub
aff3be03dc
prebuilt: release 0.2.0 ( #4793 )
2025-05-22 17:54:58 +00:00
Tat Dat Duong
10c6ed7320
Code review
2025-05-22 19:35:44 +02:00
Tat Dat Duong
28e0e7f3ae
feat(langgraph): push_messages should directly write to the state
2025-05-22 19:35:15 +02:00
Sydney Runkle and GitHub
87fa661ac0
temp: remove ToolInterruptNode code ( #4792 )
...
remove tool node specific code for post_model_hook release
2025-05-22 13:28:59 -04:00
Tat Dat Duong
74b18acfc2
Bump to 0.0.78
2025-05-22 19:08:39 +02:00
Tat Dat Duong
1ff5e2966b
Add joinStream method
2025-05-22 19:07:01 +02:00
Diwakar Gupta and GitHub
1ba2b3fba9
Merge branch 'main' into fix-examples-link-readme
2025-05-22 22:34:22 +05:30
Tat Dat Duong
102b1f63f3
Fix assumption on sessionStorage
2025-05-22 19:01:14 +02:00
Tat Dat Duong
74dbccd408
Rename to reconnectOnMount
2025-05-22 18:42:38 +02:00
Tat Dat Duong
f5a2410ddc
Make useStream more hackable
2025-05-22 18:38:09 +02:00
Tat Dat Duong
5823a659fc
use sessionStorage instead
2025-05-22 18:11:38 +02:00
Tat Dat Duong
f2c32727e8
Fix invalid states
2025-05-22 18:09:16 +02:00
Tat Dat Duong
9d71d941fd
resumable
2025-05-22 17:45:52 +02:00
Tat Dat Duong
0db618ae75
Further cleanup
2025-05-22 17:45:52 +02:00
Tat Dat Duong
49746ab3a3
Code cleanup
2025-05-22 17:45:51 +02:00
Tat Dat Duong
5c7ef9a4fc
Fix race condition
2025-05-22 17:45:51 +02:00
Tat Dat Duong
62e688bb37
Add rejoining of streams
2025-05-22 17:45:51 +02:00
David Duong and GitHub
39172f2ff9
feat(graph): add push_message method to push manually to messages / message-tuple stream ( #4722 )
2025-05-22 01:01:48 +02:00
Tat Dat Duong
ab924c72fa
Add message state test
2025-05-22 00:49:23 +02:00
Nuno Campos
1833889316
Apply same condition for stream_mode=values in suppress interrupt
2025-05-21 15:23:27 -07:00
Tat Dat Duong
7a6bdb3441
Remove redundant cast
2025-05-22 00:23:26 +02:00
Tat Dat Duong
d2875cc576
feat(graph): add push_message method to push manually to messages / message-tuple stream
2025-05-22 00:18:12 +02:00
Tat Dat Duong
e77197a00f
Here as well
2025-05-22 00:13:22 +02:00
Tat Dat Duong
30e6ea7aed
Last uv.lock?
2025-05-22 00:13:10 +02:00
Tat Dat Duong
461afe0aa6
Again?
2025-05-22 00:12:40 +02:00
Tat Dat Duong
92f8dde61e
uv.lock?
2025-05-22 00:07:56 +02:00
Tat Dat Duong
f4f7a79907
Bump to 0.1.70
2025-05-22 00:03:48 +02:00
Tat Dat Duong
9c1267af1a
Import re
2025-05-22 00:03:41 +02:00