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
Nuno Campos and GitHub
dc95f95181
Remove ChannelsManager, ManagedValues are now static classes and never instantiated ( #4812 )
2025-05-28 14:02:43 -07:00
Nuno Campos and GitHub
2e4645ce61
Remove Context channel / managed value, Remove SharedValue ( #4857 )
2025-05-28 14:02:12 -07:00
Nuno Campos and GitHub
efb282a197
Remove SchemaCoercionMapper ( #4855 )
2025-05-28 10:51:32 -07:00
Nuno Campos
89ce6ea2a8
Remove SchemaCoercionMapper
2025-05-28 10:42:43 -07:00
Nuno Campos
197b01e985
Update managed value usage in local_read
2025-05-28 10:40:20 -07:00
DHPark and GitHub
1e87312d1f
Update graph-api.ipynb ( #4824 )
2025-05-28 13:39:22 +00:00
vksx and GitHub
bcc6485f6c
(docs) fix broken links ( #4823 )
prebuilt==0.2.2
2025-05-28 13:36:48 +00:00
Sydney Runkle and GitHub
ce5f248e3b
docs: fix typo ( #4852 )
...
minor fix
2025-05-28 13:35:17 +00:00
Sydney Runkle and GitHub
5602c29668
prebuilt: release 0.2.2 ( #4851 )
...
bump prebuilt
2025-05-28 13:33:39 +00:00
Nuno Campos
bc404d14f6
Format
2025-05-27 16:07:54 -07:00
Sydney Runkle and GitHub
19ca6b416b
fix: post_model_hook should inject state + store into tool calls if necessary ( #4842 )
2025-05-27 17:42:20 +00:00
Nuno Campos
936176eb21
Remove Checkpoint.writes
...
- This has been superseded by saving the individual writes of each task through put_writes()
- Removing this speeds up checkpoint operations as it was duplicating data saved elsewhere already
2025-05-25 19:06:46 -07:00
Nuno Campos
4e8fbe4525
Remove Checkpoint.pending_sends
...
- Instead store sends in a Topic channel, removing the need to fetch sends as writes against the parent checkpoint
- Remove deprecated/unused functions in langgraph-checkpoint (will require bumping min range for langgraph-checkpoint in langgraph lib)
- Implement migration of old pending sends in langgraph-checkpoint-postgres
- Ensure parent config of `checkpoint_during=False` checkpoints always points to checkpoints that were also saved
2025-05-25 19:06:02 -07:00
Nuno Campos
85522ec6a6
Pregel: Add NodeBuilder class to replace Channel.subscribe_to
...
- For now keeping Channel.subscribe_to given it was used in docs
2025-05-24 20:35:37 -07:00
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