William FH and GitHub
a03cb0b16d
CLI: Ensure correct api version is used ( #4237 )
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-10 15:56:07 +00:00
Tat Dat Duong
6e7bfecbbc
chore(docs,cli): remove python-only label for custom auth, add test for custom auth in CLI
2025-04-10 14:34:52 +02:00
Tat Dat Duong
5debbb23ca
feat(sdk-js): use event key instead of action, clean up interfaces
2025-04-10 01:52:44 +02:00
Nuno Campos and GitHub
7dcc760fd8
Validate other types in model_construct ( #4200 )
...
Resolves:
https://github.com/langchain-ai/langgraph/issues/4184
https://github.com/langchain-ai/langgraph/issues/4198 <- tested on
python 3.9 and 3.10
2025-04-09 15:58:11 -07:00
Vadym Barda and GitHub
fdb9b9b8e0
checkpoint-postgres: add deprecation warning for ShallowPostgresSaver ( #4219 )
2025-04-09 11:31:33 -04:00
William FH and GitHub
2f51a15064
Update CLI ( #4213 )
2025-04-08 19:23:59 -07:00
Nuno Campos and GitHub
d2acacfc8f
Merge branch 'main' into wfh/_validate_more
2025-04-08 18:03:19 -07:00
Nuno Campos and GitHub
622a15b89e
Remove pip from image ( #4208 )
...
After user installs, removes pip, setuptools, and wheel from the
resulting image.
2025-04-08 18:01:24 -07:00
William Fu-Hinthorn
5b58efc8d7
Update tests
2025-04-08 17:08:24 -07:00
Tat Dat Duong
72260e64d5
Prevent casting
2025-04-09 01:57:50 +02:00
Tat Dat Duong
3193f5d063
feat(sdk-js): add support for registering multiple events at once
2025-04-09 01:56:32 +02:00
William Fu-Hinthorn
1b9093459c
Remove pip from image
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-08 15:52:58 -07:00
Nuno Campos
392805938e
0.3.27
2025-04-08 15:04:46 -07:00
Nuno Campos and GitHub
4fb2aeacc7
Add checkpoint_during arg ( #4169 )
...
- This provides a new mode of execution where only the last checkpoint
is saved
- We save the last checkpoint no matter how the agent run is terminated
(success, error, interrupt, etc)
- This cuts down on cpu time spent on checkpointing, while not losing
any resilience benefits, given individual task writes are still saved
- If an error occurs and the run is retried, any tasks that completed
successfully before will be skipped (as currently)
- checkpoint_during=True is useful when you want to time-travel to inner
steps of a run
- The default value will remain the current behavior, ie.
checkpoint_during=True
2025-04-08 15:03:06 -07:00
Tat Dat Duong
27e4b0fcfe
release(sdk-js): 0.0.64
2025-04-08 23:45:03 +02:00
David Duong and GitHub
ba388e25b3
feat(sdk-js): add auth types ( #4199 )
2025-04-08 23:44:33 +02:00
Nuno Campos
947a233fc5
Fix
2025-04-08 14:20:29 -07:00
Nuno Campos
b76dc8ae0a
Fix
2025-04-08 14:15:13 -07:00
Nuno Campos
cbbfaba1fd
Add comments
2025-04-08 14:07:08 -07:00
Nuno Campos
e9aec77893
Add more tests
2025-04-08 14:07:02 -07:00
William FH
44691b69a3
Merge branch 'main' into wfh/_validate_more
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-08 13:57:37 -07:00
Nuno Campos
ccc21974e0
Implement simpler filtering of config keys in RemoteGraph
2025-04-08 13:44:31 -07:00
Nuno Campos and GitHub
a6e66746f7
Make compatible with langchain-core 0.1 by conditionally importing _StreamingCallbackHandler ( #4203 )
2025-04-08 13:28:01 -07:00
Vadym Barda and GitHub
3a17df6106
langgraph: release 0.3.26 ( #4204 )
2025-04-08 14:53:10 -04:00
William Fu-Hinthorn
52c2837e42
Lint & handle arb types
...
Test on pydantic < 2
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-08 11:49:37 -07:00
Nuno Campos
cee6a450dc
Lint
2025-04-08 10:52:28 -07:00
Nuno Campos
0b3bf37a55
Fix the rest
2025-04-08 10:47:55 -07:00
Nuno Campos
5b73e38c38
Make compatible with langchain-core 0.1 by conditionally importing _StreamingCallbackHandler
2025-04-08 10:44:12 -07:00
vbarda
41fb5ec77c
Revert "add warning"
...
This reverts commit cff349e22e .
2025-04-08 13:38:49 -04:00
vbarda
cff349e22e
add warning
2025-04-08 13:34:47 -04:00
vbarda
8f32fc4819
update tests
2025-04-08 13:28:35 -04:00
vbarda
5690555394
langgraph: raise GraphInterrupt only if used as a subgraph
2025-04-08 12:51:36 -04:00
William Fu-Hinthorn
933d6aa8f5
Validate types.
...
My be too slow though. V1 handling is ugly.
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-08 09:31:54 -07:00
Tat Dat Duong
7d5621a84f
Default type for TExtra
2025-04-08 17:10:43 +02:00
Tat Dat Duong
5f1213a1c7
Remove extra
2025-04-08 17:07:04 +02:00
Tat Dat Duong
a98f9542fa
Add unused extra generic for future typing of metadata
2025-04-08 17:06:51 +02:00
William Fu-Hinthorn
d2e854b04f
Merge branch 'main' into wfh/_validate_more
2025-04-08 06:34:38 -07:00
William FH and GitHub
c5b118a672
Add admonitions about managed checkpointers ( #4197 )
...
If you're deploying with langgraph API, you don't need to manually
define a checkpointer. For folks who already know they'll be developing
with the api server, I'd like to save everyone time by making this more
clear in the docs on checkpointing.
2025-04-08 12:16:24 +00:00
Tat Dat Duong
aee39605e0
Add missing types
2025-04-08 14:13:59 +02:00
lc-arjun and GitHub
72bec9161a
Release js sdk 0.0.63 ( #4192 )
2025-04-07 18:40:59 -07:00
Arjun Natarajan
a96fc75c55
add assistant description to js sdk
2025-04-07 21:06:34 -04:00
Nuno Campos
d541ed90d5
Save Sends unconditionally
2025-04-07 16:45:26 -07:00
William Fu-Hinthorn
7d7708fe42
Validate more
2025-04-07 11:29:32 -07:00
Tat Dat Duong
c757247858
feat(sdk-js): add auth types
2025-04-07 20:29:14 +02:00
Nuno Campos
5a0228cb13
Add test
2025-04-04 16:00:28 -07:00
Nuno Campos
4abfc7702d
Subgraphs inherit checkpoint mode
2025-04-04 16:00:22 -07:00
Nuno Campos
a5495e84c8
Add another test
2025-04-04 15:42:11 -07:00
Nuno Campos
4f353dac31
Fix assignment of pending writes
2025-04-04 14:41:10 -07:00
Nuno Campos and GitHub
4c89bb39d4
Add benchmark script for typed dict version of existing wide state benchmark ( #4174 )
...
- to easily compare perf impact of using pydantic, data class, or typed
dict for same workload
2025-04-04 18:37:57 +00:00
Eugene Yurtsev and GitHub
05a4fcc8bb
cli: release 0.1.89 ( #4173 )
...
Release to pick up this: https://github.com/langchain-ai/langgraph/pull/4164
2025-04-04 13:46:47 -04:00