Nuno Campos
e5e78e4192
Fix Command(graph=PARENT) when used together w checkpointer=True
2025-06-02 16:05:32 -07:00
William FH and GitHub
e2b14a9499
feat: Add onRequest callback to JS SDK ( #4919 )
...
Add onRequest callback
2025-06-02 13:43:16 -07:00
Nuno Campos and GitHub
2563301f39
Remove unused deprecation decorator/warning ( #4917 )
2025-06-02 15:53:26 -04:00
David Asamu
bbbadc3db9
regenerate schema + lint & format
2025-06-02 20:50:48 +01:00
b4cb4e72ab
build(deps): bump actions/configure-pages from 4 to 5 ( #4916 )
...
Bumps [actions/configure-pages](https://github.com/actions/configure-pages ) from 4 to 5.
- [Release notes](https://github.com/actions/configure-pages/releases )
- [Commits](https://github.com/actions/configure-pages/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/configure-pages
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 15:36:18 -04:00
7e45a0530b
build(deps): bump actions/cache from 3 to 4 ( #4913 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 15:17:21 -04:00
dd059fea3c
build(deps): bump actions/checkout from 3 to 4 ( #4912 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 15:17:04 -04:00
Michael Li and GitHub
871b1dccd8
docs: fix grammar issues in deployment_options.md and faq.md ( #4905 )
2025-06-02 15:04:03 -04:00
Daiki Inoue and GitHub
f8b5e05c47
docs: fix a typo ( #4908 )
2025-06-02 15:03:23 -04:00
Eugene Yurtsev and GitHub
6cde3ee7a3
ci: add depandabot config for upgrading actions ( #4911 )
...
Depandabot config for suggesting to update old actions
2025-06-02 15:03:03 -04:00
Michael Li and GitHub
d44581d754
docs: fix typos in langgraph_studio.md and low_level.md ( #4909 )
2025-06-02 17:49:04 +00:00
Michael Li and GitHub
dc787b5aa6
docs: fix grammar issues in langgraph_data_plane.md and langgraph_platform.md ( #4906 )
...
* docs: fix grammar issues in langgraph_data_plane.md and langgraph_platform.md
* docs: further update the wording in langgraph_data_plane.md
2025-06-02 17:48:55 +00:00
Michael Li and GitHub
0d6af09187
docs: fix grammar issues in application_structure.md and assistants.md ( #4904 )
...
* docs: fix a grammar error in mcp.md
* docs: fix a grammar error in multi-agent.md
* docs: fix grammar issues in application_structure.md and assistants.md
2025-06-02 13:48:50 -04:00
Michael Li and GitHub
469576f966
docs: fix grammar issues in langgraph_self_hosted_control_plane.md and langgraph_server.md ( #4907 )
2025-06-02 17:47:16 +00:00
Michael Li and GitHub
f00b994692
docs: fix incorrect word in memory.md ( #4902 )
2025-06-02 13:48:18 +00:00
Michael Li and GitHub
7d6243e6b4
docs: fix incorrect word in custom_docker.md ( #4901 )
2025-06-02 13:48:06 +00:00
Michael Li and GitHub
8fd50a50d4
docs: fix grammar errors in mcp.md and multi-agent.md ( #4903 )
...
* docs: fix a grammar error in mcp.md
* docs: fix a grammar error in multi-agent.md
2025-06-02 13:46:29 +00:00
Sydney Runkle and GitHub
eaa1b37645
Require state_schema in StateGraph.__init__ ( #4897 )
2025-06-02 01:52:35 +00:00
David Duong and GitHub
21f762140a
docs(sdk-js): improve resumability docs ( #4899 )
2025-06-02 02:10:16 +02:00
Tat Dat Duong
5973fcb0ae
docs(sdk-js): improve resumability docs
2025-06-02 02:09:43 +02:00
David Duong and GitHub
624c688013
feat(sdk-js): add docs for reconnectOnMount, expose run metadata ( #4898 )
2025-06-02 01:53:46 +02:00
Tat Dat Duong
d05b323b88
feat(sdk-js): add docs for reconnectOnMount, expose run metadata
2025-06-02 01:52:40 +02:00
Ikpreet S Babra and GitHub
765bc3b9e0
docs: Update 2-add-tools.md ( #4896 )
...
Typo in first sentence.
2025-06-01 10:47:35 +00:00
Nuno Campos and GitHub
78d3d8c802
Remove add_conditional_edge(..., then=) ( #4893 )
...
- This is redundant with deferred nodes, and not documented
2025-06-01 06:46:51 -04:00
Nuno Campos and GitHub
3b85c83d51
Avoid repeated runtime calls to get_type_hints ( #4888 )
2025-05-31 08:37:23 -07:00
Eugene Yurtsev and GitHub
08f88ce8da
docs: add gtm ( #4887 )
...
Add google tag manager
2025-05-30 21:49:22 -04:00
Nuno Campos
d661d528b2
Avoid repeated runtime calls to get_type_hints
...
- Replace get_type_hints logic with much simpler implementation which only collects annotated keys (not the annotations themselves)
- Cache annotations in a WeakKeyDictionary
2025-05-30 16:30:53 -07:00
Sydney Runkle and GitHub
5cbf31e8a4
Remove non-state Graph ( #4872 )
2025-05-29 21:56:53 -04:00
a5e6223569
Remove MessageGraph ( #4875 )
...
Remove MessageGraph
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2025-05-29 21:50:23 -04:00
Nuno Campos and Sydney Runkle
afb83d2201
Remove non-state Graph
...
- Not used in any examples/docs
2025-05-29 21:38:58 -04:00
David Asamu
1e8f5dd2b6
add warning when image distro is not configured as wolfi
2025-05-30 00:25:27 +01:00
David Asamu
574a9246a6
add unit tests for image_distro config
2025-05-29 23:30:27 +01:00
David Asamu
c46f7a4c3d
add support for image_distro in config file
2025-05-29 21:54:54 +01:00
langchain-infra and GitHub
8e82c7d1a0
docs: fix self hosted control plane concepts/docs ( #4870 )
2025-05-29 16:16:02 -04:00
infra
2066e4c018
docs: fix self hosted control plane concepts/docs
2025-05-29 13:10:16 -07:00
Sydney Runkle and GitHub
f8fae30aa9
docs: fix pprint import ( #4869 )
2025-05-29 19:37:43 +00:00
Nuno Campos and GitHub
2615c7046c
Remove UntrackedValue channel ( #4868 )
2025-05-29 12:14:36 -07:00
Nuno Campos
05f3904d09
Remove UntrackedValue channel
...
- This is incompatible with distributed execution modes, so needs to go
2025-05-29 12:07:51 -07:00
Nuno Campos and GitHub
583fe9fd84
Remove UntrackedValue channel ( #4859 )
2025-05-29 11:52:10 -07:00
Nuno Campos
0afc4ebda3
Flip default for checkpoint_during
...
- Now defaulting to False, ie. saving only the final checkpoint
- All features other than time travel into an intermediate step are supported by checkpoint_during=False so this is a better default for almost all use cases
2025-05-29 11:45:54 -07:00
Nuno Campos and GitHub
d55cafad29
Remove Channel node builder ( #4858 )
2025-05-28 14:30:12 -07:00
Nuno Campos
1b961f68b9
Remove Channel node builder
...
- Replaced by NodeBuilder introduced in earlier PR
2025-05-28 14:14:47 -07:00
Nuno Campos and GitHub
045d6dfb82
Update managed value usage in local_read ( #4854 )
2025-05-28 14:05:14 -07:00
Nuno Campos and GitHub
26d5fccfa0
Modify stream mode messages and custom to respect subgraphs=False ( #4843 )
2025-05-28 14:05:03 -07:00
Nuno Campos and GitHub
76661f4c9c
Remove Checkpoint.writes ( #4822 )
2025-05-28 14:04:45 -07:00
Nuno Campos and GitHub
9320bedd2a
Remove Checkpoint.pending_sends ( #4820 )
2025-05-28 14:04:26 -07:00
Nuno Campos and GitHub
3737d886e7
Pregel: Add NodeBuilder class to replace Channel.subscribe_to ( #4819 )
2025-05-28 14:04:08 -07:00
Nuno Campos and GitHub
8386eaceab
Remove dict subclasses used for values/updates stream chunks ( #4816 )
2025-05-28 14:03:40 -07:00
Nuno Campos and GitHub
c32677c92d
Remove old checkpoint test fixtures ( #4814 )
2025-05-28 14:03:12 -07:00
Nuno Campos and GitHub
e384ccacaf
Remove postgres shallow checkpointer ( #4813 )
2025-05-28 14:02:58 -07:00