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 >
cli==0.2.1
2025-04-10 15:56:07 +00:00
David Duong and GitHub
06e660a845
chore(docs,cli): remove python-only label for custom auth, add test for custom auth in CLI ( #4233 )
2025-04-10 16:02:12 +02:00
Tat Dat Duong
794dc1ae92
docs(api): add custom auth docs
2025-04-10 15:06:55 +02: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
fa080ea689
updates prereq banner ( #4220 )
...
<img width="796" alt="Screenshot 2025-04-09 at 1 20 14 PM"
src="https://github.com/user-attachments/assets/fe7409ed-c4cb-42d1-9e34-5adf4ca237e7 "
/>
---------
Co-authored-by: Vadym Barda <vadim.barda@gmail.com >
2025-04-09 20:22:36 -04:00
David Duong and GitHub
9fb06fc5af
feat(sdk-js): use event key instead of action, prevent retrying on HTTP 409 ( #4223 )
2025-04-10 01:54:54 +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
Nuno Campos and GitHub
bf50938de5
Update poetry version used in ci ( #4212 )
2025-04-08 18:00:28 -07:00
Nuno Campos
d67a500cd9
Fix
2025-04-08 17:57:09 -07:00
Nuno Campos
c6f5e561ec
Update poetry version used in ci
2025-04-08 17:52:24 -07:00
William FH and GitHub
288fe12933
docs: Fix link ( #4211 )
2025-04-08 17:31:00 -07:00
William Fu-Hinthorn
5b58efc8d7
Update tests
2025-04-08 17:08:24 -07:00
David Duong and GitHub
2e1e582991
feat(sdk-js): add support for registering multiple events at once ( #4209 )
2025-04-09 01:58:49 +02: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
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
David Duong and GitHub
8252668bcc
release(sdk-js): 0.0.64 ( #4207 )
2025-04-08 23:46:23 +02: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 and GitHub
067c4dd246
Implement simpler filtering of config keys in RemoteGraph ( #4205 )
2025-04-08 13:51:11 -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 )
0.3.26
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 and GitHub
305a676675
langgraph: raise GraphInterrupt only if used as a subgraph ( #4202 )
2025-04-08 10:45:45 -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