Nuno Campos
0f22841f78
Add test for reducer exceptions
2025-06-26 11:40:55 -07:00
lc-arjun and GitHub
4a26ca5bc2
feat: crons sorting sdk ( #5197 )
...
* feat: crons sorting sdk
* update sync clients
* lock file
* lock file
* lock file
sdk==0.1.71
2025-06-26 11:27:44 -07:00
William FH and GitHub
a622218746
chore: (CLI) bump api minbound ( #5206 )
2025-06-25 19:28:13 -07:00
William FH and GitHub
7fda427601
fix: [prebuilt] Checks for pre-bound model with builtin tools ( #5203 )
2025-06-26 01:34:21 +00:00
Nuno Campos and GitHub
1c9bfba23a
feat(langgraph): task masquerading with update state ( #5189 )
2025-06-25 17:13:54 -07:00
Nuno Campos
cee9ac0b7a
One more
2025-06-25 17:07:26 -07:00
Nuno Campos
3ddb6b1477
One more
2025-06-25 17:05:41 -07:00
Nuno Campos
8a5519da29
Fix update_state bugs
2025-06-25 17:02:08 -07:00
Nuno Campos and Tat Dat Duong
abc5a5ff44
Update
2025-06-26 01:30:52 +02:00
Nuno Campos and Tat Dat Duong
38ab90217f
Fix assertion
2025-06-26 01:30:52 +02:00
Tat Dat Duong
005edb2979
Async test
2025-06-26 01:30:51 +02:00
Tat Dat Duong
c5a851cd91
Use as_node=END instead
2025-06-26 01:30:51 +02:00
Tat Dat Duong
06a42aee53
Remove if/else
2025-06-26 01:30:51 +02:00
Tat Dat Duong
04b9947a41
Fix mypy
2025-06-26 01:30:51 +02:00
Tat Dat Duong
239df52e74
Avoid creating new root checkpoint to preserve behaviour
2025-06-26 01:30:48 +02:00
Tat Dat Duong
8a67a5ac25
Fix format
2025-06-26 01:30:11 +02:00
Tat Dat Duong
adb2eee54b
Remove dict
2025-06-26 01:30:10 +02:00
Tat Dat Duong
263a583f01
Fix lint
2025-06-26 01:30:10 +02:00
Tat Dat Duong
565d52975c
Fix test
2025-06-26 01:30:10 +02:00
Tat Dat Duong
865fba9d50
feat(langgraph): task masquerading with update state
2025-06-26 01:30:10 +02:00
Nuno Campos and GitHub
929bba8337
Add print_mode= arg to invoke/stream ( #5201 )
2025-06-25 16:21:19 -07:00
Nuno Campos and GitHub
634511350f
Remove unused branch in update_state ( #5195 )
2025-06-25 16:08:48 -07:00
Nuno Campos
c9dcd3fbb5
Map debug=True to print_mode=['values', 'updates']
2025-06-25 16:08:20 -07:00
Eugene Yurtsev and GitHub
10a0a8633a
docs: consolidate models ( #5200 )
...
* Expand chat model documentation a bit.
* Adds links to langchain docs to make relevant information easier to find.
* This is a stop-gap until we merge langchain and langgraph docs
2025-06-25 15:55:17 -04:00
Eugene Yurtsev and GitHub
23327f5647
docs: update mcp docs ( #5191 )
...
Update MCP docs
2025-06-25 15:06:35 -04:00
Nuno Campos
e23da72ccd
Add print_mode= arg to invoke/stream
...
- This is more flexible version of the debug= flag, which we'll deprecate
2025-06-25 11:52:42 -07:00
0aefe68a5f
docs: HITL consolidation ( #5192 )
...
* HITL consolidation, minus server
* Fix links
* Fix server page
* remove extra page
* nits
* updates based on feedback
* Update docs/docs/concepts/human_in_the_loop.md
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com >
* edits based on feedback
---------
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com >
2025-06-25 14:16:46 -04:00
Eugene Yurtsev and GitHub
5b8edf3c72
docs: consolidate tool documentation ( #5190 )
...
Consolidate tool documentation
- [x] Cross links between conceptual doc and tools guide
- [x] Tools guide includes both workflow and agent usage example
2025-06-25 14:13:11 -04:00
Lauren Hirata Singh and GitHub
b64e1bcae4
docs: Add FAQ for nodes executed ( #5198 )
...
Add FAQ for nodes executed
2025-06-25 12:28:21 -04:00
Nuno Campos
d877ea479b
Remove unused branch in update_state
...
- update_state(None, as_node=None) was not tested/used, and was too similar in behavior to __copy__ / __end__, so removing it
2025-06-25 08:38:20 -07:00
Sydney Runkle and GitHub
cb63c1ab72
Reapply "docs: deploy from v0 branch for now ( #4960 )" ( #5184 ) ( #5185 )
...
This reverts commit a7ea5e44ce .
2025-06-24 16:01:03 +00:00
Sydney Runkle and GitHub
a7ea5e44ce
Revert "docs: deploy from v0 branch for now ( #4960 )" ( #5184 )
...
This reverts commit aedf974dfd .
2025-06-24 14:59:33 +00:00
Lauren Hirata Singh and GitHub
c3ae5e6b71
docs: Reorganize existing content ( #5122 )
...
* Organize existing content differently
* Fix broken links
* Remove cookie consent popup
* edits
* Consolidate streaming
* Remove agents/streaming
* Fix broken links
* Edit stream modes
* Change titles
* Fix titles based on feedback
* Move LGP to platform section
* Update navigation
* Consolidate assistant conceptual guides
* docs: Memory consolidation (#5149 )
* Memory consolidation
* Fix broken links
* fix links
* Fix links
* Fix links
* General content clean up for memory
* fix links
* Fix link
* fix links
* Fix title
* Edits based on feedback
* Link to memory store
2025-06-24 09:29:59 -04:00
Vedant Panchal and GitHub
ac328c3fd8
[fix] snippet for Agents as a Tool ( #5181 )
...
snippet had a missing decorator that might lead the user to confuse whether it is really a tool
2025-06-24 11:44:32 +00:00
Nuno Campos and GitHub
ebd7977936
Revert change to default value of checkpoint_during arg ( #5177 )
2025-06-23 18:12:19 -07:00
Nuno Campos
a6381c32b0
Revert change to default value of checkpoint_during arg
2025-06-23 18:05:46 -07:00
Nuno Campos and GitHub
294d346650
Fix bug where Command(update=) could be ignored if there was a 2nd interrupt after it ( #5175 )
2025-06-23 17:35:36 -07:00
Nuno Campos
866c8009dc
Fix bug where Command(update=) could be ignored if there was a 2nd interrupt after it
...
- writes from the null task (ie. from outside tasks) should be accummulated across invocations
2025-06-23 17:23:53 -07:00
Tat Dat Duong
9a0cee5cd0
chore(sdk-js): use embed LGP server for MSW mocking
2025-06-24 02:14:19 +02:00
Rauf Parchiev and GitHub
73bed2cf7c
Update workflows.md ( #5116 )
2025-06-23 23:54:45 +00:00
Eugene Yurtsev and GitHub
4cffe58065
docs: fix tab syntax errors and admonition syntax errors ( #5091 )
2025-06-23 19:53:54 -04:00
nikhildigde and GitHub
e73964a971
Update custom_routes.md ( #5110 )
...
Updated the statement about app.py
2025-06-23 23:53:25 +00:00
William Fu-Hinthorn
de91f21f6b
Update cli config doc on pip_installer
2025-06-23 16:40:07 -07:00
David Duong and GitHub
41eed326b8
Disable values update on use stream in interrupt events ( #5041 )
2025-06-24 00:08:14 +02:00
Mason Daugherty and GitHub
946d23213d
docs: add Homebrew install option to CLI docs ( #5160 )
...
Add Homebrew install option to CLI docs
2025-06-23 11:33:12 -04:00
hari-dhanushkodi and GitHub
c78197a583
add more docs for lgp deployment metrics ( #5151 )
2025-06-23 07:12:06 -07:00
Lauren Hirata Singh and GitHub
50756207ee
docs: fix a typo 'prebuit' to 'prebuilt' in notebook_hooks.py ( #5154 )
2025-06-23 09:44:45 -04:00
OfirTeneJuno and GitHub
903cec0cfa
Merge branch 'main' into interrupt-use-stream-values
2025-06-23 13:25:35 +03:00
foie0222
f63952595d
fix: a typo prebuit to prebuilt
2025-06-21 17:49:40 +09:00
Andrew Nguonly and GitHub
4a252bd03a
docs: Remove note for LANGSMITH_TRACING environment variable ( #5147 )
...
Remove note for LANGSMITH_TRACING.
2025-06-20 13:36:29 -07:00