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
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
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
Eugene Yurtsev and GitHub
08f88ce8da
docs: add gtm ( #4887 )
...
Add google tag manager
2025-05-30 21:49:22 -04: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
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
1b961f68b9
Remove Channel node builder
...
- Replaced by NodeBuilder introduced in earlier PR
2025-05-28 14:14:47 -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
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 )
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
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
Lauren Hirata Singh
3e4b69af3f
Fix links
2025-05-23 22:30:43 -04:00
Lauren Hirata Singh and GitHub
a69860baa6
Merge branch 'main' into fix-examples-link-readme
2025-05-23 22:08:32 -04:00
Lauren Hirata Singh and GitHub
15126ad827
Create overview.md
2025-05-23 22:02:14 -04:00
芥子观须弥 and GitHub
6633173918
Fix: Ensure route function returns "b" to enable a → b → a loop ( #4738 )
...
fix: correct route function to return 'b' instead of 'a' when not terminating
This fixes a bug in the graph API how-to where the route function incorrectly returned 'a'. Now it correctly returns 'b' as intended.
2025-05-23 23:56:51 +00:00
Andrew Nguonly and GitHub
29f6ea7f61
docs: Add warning about immutable deployment types ( #4804 )
...
* Add more details about database for deployment types. Clarify that deployment type cannot be changed.
* Add note about Development type disk capacity.
2025-05-23 14:04:46 -07:00
Sydney Runkle and GitHub
a9c87ed8b6
prebuilt: release 0.2.1 ( #4801 )
...
lockfile and version updates
2025-05-23 18:07:24 +00:00
Sydney Runkle and GitHub
837fe59e24
prebuilt: support provider builtin tools in create_react_agent ( #4800 )
2025-05-23 13:58:53 -04:00
Andrew Nguonly and GitHub
596a26461c
docs: Add note about Enterprise plan in banner for all self-hosted deployment options. ( #4797 )
...
Add note about Enterprise plan in banner for all self-hosted deployment options.
2025-05-22 18:38:06 -07:00
Sydney Runkle and GitHub
aff3be03dc
prebuilt: release 0.2.0 ( #4793 )
2025-05-22 17:54:58 +00:00
Sydney Runkle and GitHub
4cade428d8
docs: adding interactive graph widget ( #4785 )
2025-05-22 12:23:43 -04:00
Sydney Runkle and GitHub
42eff39cd0
docs: fix top nav ( #4783 )
...
fix top nav
2025-05-21 19:30:13 -04:00
Andrew Nguonly and GitHub
94a8067c12
docs: Remove outdated docs regarding graph construction ( #4779 )
...
Remove outdated docs regarding graph construction.
2025-05-21 12:21:32 -07:00
Lauren Hirata Singh and GitHub
957db60d89
docs: fix ( #4778 )
2025-05-21 14:48:36 -04:00
Lauren Hirata Singh
a17efb1120
fix
2025-05-21 14:47:55 -04:00
Eugene Yurtsev and GitHub
d4b428de62
docs: improved llms.txt ( #4777 )
...
Improved llms.txt
2025-05-21 14:40:01 -04:00
Eugene Yurtsev and GitHub
fd0b70eb05
docs: improve llms.txt to generate title and description based on content ( #4775 )
...
Update llms.txt based on content
2025-05-21 14:39:13 -04:00
Lauren Hirata Singh and GitHub
b8daf323ac
docs: fix redirect ( #4776 )
2025-05-21 14:35:04 -04:00
Lauren Hirata Singh
2d3a3de1ce
docs: fix redirect
2025-05-21 14:34:02 -04:00
Eugene Yurtsev and GitHub
364508ff20
docs: Add script to generate llms-txt links from yaml ( #4771 )
...
A first pass at the script to fix the immediate issue. Will follow up with a few additional improvements.
2025-05-21 11:54:23 -04:00
Eugene Yurtsev and GitHub
fa1af5c364
docs: replace llms.txt with updated links ( #4772 )
...
This is a stop gap solution to fix broken links.
This PR will be followed up with a better llms.txt file
2025-05-21 11:53:26 -04:00
le-codeur-rapide and GitHub
8ec29b4df7
docs: fix example pregel reducer ( #4740 )
2025-05-21 10:38:29 -04:00
Lauren Hirata Singh
9d41d439cc
docs: add redirect
2025-05-20 14:52:02 -04:00
Leeroy Brun and GitHub
ae5c01fbab
docs: typo in npx command to install LangGraph CLI ( #4761 )
2025-05-20 17:08:02 +00:00