Commit Graph
5741 Commits
Author SHA1 Message Date
Eugene Yurtsev bc3ef7f913 x 2025-06-24 14:47:20 -04:00
Eugene Yurtsev 0dda1b4b1e x 2025-06-24 12:35:31 -04:00
Eugene Yurtsev d22c2c4dac x 2025-06-24 11:17:21 -04:00
Eugene Yurtsev db03dccb2b x 2025-06-24 09:56:19 -04:00
Eugene Yurtsev c79c9ea733 x 2025-06-20 17:06:13 -04:00
Eugene Yurtsev b115e1dcde tools 2025-06-20 17:04:41 -04:00
Eugene Yurtsev 3b59213311 fix tools 2025-06-20 16:45:24 -04:00
Eugene Yurtsev 0c0e5a299d Replace notebook with markdown file 2025-06-20 16:33:42 -04:00
Lauren Hirata Singh 69d4c37d25 Consolidate assistant conceptual guides 2025-06-18 19:05:34 -04:00
Lauren Hirata Singh 0e7554a1a1 Update navigation 2025-06-18 10:58:18 -04:00
Lauren Hirata Singh 596c60a65c Move LGP to platform section 2025-06-18 10:58:12 -04:00
Lauren Hirata Singh e45797ce19 Fix titles based on feedback 2025-06-18 10:49:55 -04:00
Lauren Hirata Singh e746b54a57 Change titles 2025-06-17 16:30:35 -04:00
Lauren Hirata SinghandGitHub c88e22ffa7 Merge branch 'main' into get-started 2025-06-17 16:16:36 -04:00
Lauren Hirata Singh dfdeb6a6f1 Edit stream modes 2025-06-17 15:41:57 -04:00
1309243b29 docs: studio evals (#5129)
* docs: studio evals

* docs: added studio evals images (#5076)

* docs: added studio evals images

* Update docs/docs/cloud/how-tos/studio/run_evals.md

Co-authored-by: lc-arjun <arjun@langchain.dev>

* Update docs/docs/cloud/how-tos/studio/run_evals.md

Co-authored-by: lc-arjun <arjun@langchain.dev>

* Update docs/docs/cloud/how-tos/studio/run_evals.md

Co-authored-by: lc-arjun <arjun@langchain.dev>

* docs: updated studio evals

* Update docs/docs/cloud/how-tos/studio/run_evals.md

Co-authored-by: lc-arjun <arjun@langchain.dev>

* docs: removed images

---------

Co-authored-by: lc-arjun <arjun@langchain.dev>

* final changes

* i think its this

---------

Co-authored-by: Marco Perini <perinim.98@gmail.com>
2025-06-17 12:32:04 -07:00
Lauren Hirata Singh ba08acb71c Fix broken links 2025-06-17 15:21:50 -04:00
Lauren Hirata Singh dd64636ca8 Remove agents/streaming 2025-06-17 15:14:48 -04:00
Lauren Hirata Singh 664475887d Consolidate streaming 2025-06-17 15:07:07 -04:00
Lauren Hirata Singh 3d3a2bfacd edits 2025-06-16 21:07:12 -04:00
Nuno Campos 771c6150a4 langgraph 0.5.0rc1 0.5.0rc1 2025-06-16 17:52:13 -07:00
Nuno Campos edfb65fd3a langgraph-prebuilt 0.5.0rc0 prebuilt==0.5.0rc0 2025-06-16 17:47:21 -07:00
Lauren Hirata SinghandGitHub 0f92470e49 docs: Remove cookie consent (#5123) 2025-06-16 18:41:55 -04:00
Nuno Campos dfcaf97c73 langgraph 0.5.0rc0 0.5.0rc0 2025-06-16 15:17:56 -07:00
Nuno Campos 63a0028372 langgraph-checkpoint 2.1.0 checkpoint==2.1.0 2025-06-16 14:58:50 -07:00
Nuno CamposandGitHub 1134017d07 Preparation for 0.5 release: langgraph-checkpoint (#5124)
Prepare langgraph-checkpoint for 0.5

- Given we have no upper bound on langgraph-checkpoint dep need to undo all changes in langgraph-checkpoint that might break previous versions of langgraph
2025-06-16 21:57:11 +00:00
Lauren Hirata Singh bbe90e04ca Remove cookie consent popup 2025-06-16 16:35:27 -04:00
Lauren Hirata Singh 33feba4877 Remove cookie consent 2025-06-16 16:33:32 -04:00
Lauren Hirata Singh 905fcb3d02 Fix broken links 2025-06-16 16:25:31 -04:00
Lauren Hirata Singh 543d7d85af Organize existing content differently 2025-06-16 16:17:52 -04:00
Nuno CamposandGitHub 4fec8e9dec Preparation for 0.5 release (#5121) 2025-06-16 13:14:25 -07:00
Nuno Campos c137169325 Preparation for 0.5 release
- Update deprecation warnings to mention 0.5, no 1.0
- Add back type hint support for Runnable arg to add_node
2025-06-16 13:07:52 -07:00
Nuno CamposandGitHub 1e2672e63d Restore shallow checkpointer (#5105) 2025-06-16 11:23:27 -07:00
Nuno CamposandGitHub 06803ab683 Add migration for pending_sends (#5106) 2025-06-16 11:23:17 -07:00
hari-dhanushkodiandGitHub 3488ee47e0 chore: add docs for lgp deployment monitoring (#5104) 2025-06-16 10:21:42 -07:00
Nuno CamposandGitHub 289bdd0cea Introduce "tasks" and "checkpoints" stream modes (#5117) 2025-06-16 10:14:18 -07:00
Nuno Campos 417103066b Lint 2025-06-16 09:29:03 -07:00
Nuno Campos 25a59447c1 Introduce "tasks" and "checkpoints" stream modes
- These are split out of "debug" stream mode, which is now an alias for ["tasks", "checkpoints"]
2025-06-16 08:47:45 -07:00
Nuno Campos 21906d2b7b Add migration for pending_sends
- Checkpoints saved on older versions of langgraph will be compatible with langgraph 0.5 and 1.0
2025-06-13 17:42:14 -07:00
Nuno Campos 0cad7019cb Restore shallow checkpointer
- This should definitely be removed soon, but let's give people more time to update
2025-06-13 17:37:40 -07:00
Nuno CamposandGitHub 7e735672bf Restore compatibility with custom checkpointer classes created in prior versions (#5103) 2025-06-13 16:36:36 -07:00
Nuno Campos 5498893780 Restore compatibility with custom checkpointer classes created in prior versions
- Ensure existing custom checkpointer classes are compatible with new langgraph-checkpoint release
2025-06-13 16:29:55 -07:00
Nuno CamposandGitHub e80f47aa01 Revert removals of APIs that were slated for removal in 1.0 (#5101) 2025-06-13 16:09:20 -07:00
Nuno Campos a0b2f742a3 Revert "Remove UntrackedValue channel"
This reverts commit 05f3904d09.
2025-06-13 15:36:47 -07:00
William FHandGitHub b7973d65db fix: Update lockfile (#5102) 2025-06-13 14:53:40 -07:00
Nuno Campos 3fa3a586b5 Revert "Remove MessageGraph (#4875)"
This reverts commit a5e6223569.
2025-06-13 14:21:05 -07:00
William FHandGitHub 053b606b46 cli: 0.3.3 (#5100) cli==0.3.3 2025-06-13 13:15:26 -07:00
William FHandGitHub 4548a0ebe8 feat: Customizable Pip Installer (#5098)
Let you set "pip_installer": "pip" (or uv) to handle corner cases in install compatibilities
cli==0.3.2
2025-06-13 10:35:28 -07:00
Sydney RunkleandGitHub 0171e9a323 fix(langgraph): remove deprecated output usage in favor of output_schema (#5095)
use output_schema
2025-06-13 12:34:39 -04:00
Sydney RunkleandGitHub c439cb0872 refactor(langgraph): Remove PregelNode's inheritance from Runnable (#5093)
remove Runnable inheritance for PregelNode
2025-06-13 10:17:42 -04:00