William FH and GitHub
9b9bf88aee
fix(checkpoint-postgres): Remove python invalid escape warning ( #5441 )
checkpointpostgres==2.0.22
2025-07-10 22:38:05 +00:00
William FH and GitHub
67a86f2dc2
fix[docs]: Add missing flags for langgraph up command ( #5429 )
2025-07-10 02:07:48 +00:00
Sam Crowder and GitHub
ad44d1fe66
docs: [LangGraph Changelog Bot] Changelog updates for new version(s) ( #5427 )
2025-07-09 18:41:03 -07:00
Sam Crowder
5c45f7c330
Update changelog via LangGraph Changelog Bot
2025-07-09 18:06:04 -07:00
Sam Crowder and GitHub
bb2f448175
docs: [LangGraph Changelog Bot] Changelog updates for new version(s) ( #5425 )
2025-07-09 13:55:14 -07:00
Sam Crowder
8a9f3dbf6f
Update changelog via LangGraph Changelog Bot
2025-07-09 13:34:04 -07:00
Sam Crowder
63f051ad28
Update changelog via LangGraph Changelog Bot
2025-07-09 13:25:47 -07:00
Sydney Runkle and GitHub
0ab9770056
release(langgraph): v0.5.2 ( #5421 )
...
langgraph bump
0.5.2
2025-07-09 19:10:20 +00:00
Eugene Yurtsev and GitHub
8ca5e56f52
fix(docs): links in examples file ( #5420 )
...
Fix broken links in examples
2025-07-09 14:59:41 -04:00
0733ec65ad
docs: introduce LangGraph Server changelog ( #5417 )
...
* introduce changelog
* fix spelling
* Update docs/mkdocs.yml
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
* Update docs/docs/cloud/reference/langgraph_server_changelog.md
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
* Update docs/docs/cloud/reference/langgraph_server_changelog.md
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
* Update langgraph_server_changelog.md
---------
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-07-09 14:37:39 -04:00
Sydney Runkle and GitHub
543cbe9032
chore: add PR title linter ( #5416 )
2025-07-09 14:12:00 -04:00
Sydney Runkle and GitHub
6eace78c53
patch[langgraph]: Fix hint for invoke/stream to allow for Command and None ( #5414 )
...
use Command and None as well
2025-07-09 13:23:28 -04:00
jito and GitHub
1240f8bdca
fix: correct troubleshooting link path ( #5411 )
...
fix: correct troubleshooting link path from index.md.md to index.md
Signed-off-by: jitokim <pigberger70@gmail.com >
2025-07-09 16:20:33 +00:00
Eugene Yurtsev and GitHub
4d7c107bb8
Update config.yml ( #5412 )
2025-07-09 12:19:49 -04:00
Andrew Nguonly and GitHub
7a4fd25185
docs: Add RESUMABLE_STREAM_TTL_SECONDS to env vars list ( #5413 )
...
* Add RESUMABLE_STREAM_TTL_SECONDS to env vars list.
* Update default value for BG_JOB_SHUTDOWN_GRACE_PERIOD_SECS.
* Update LANGGRAPH_POSTGRES_POOL_MAX_SIZE description.
2025-07-09 10:53:21 -04:00
Kai-Wendel and GitHub
7a66213535
Fix typo in types.py in the interrupt example ( #5407 )
...
Update types.py
This example still lacked to include `Command`.
2025-07-08 20:49:04 +00:00
nlimpid and GitHub
c8d32f104d
fix(doc): remove incorrect navigation title overrides for mobile ( #5399 )
2025-07-08 20:09:57 +00:00
William FH and GitHub
2fee649980
chore: (cli) Update description of disable_meta ( #5406 )
2025-07-08 19:55:10 +00:00
William FH and GitHub
0d8a8c5847
feat: [CLI] Add arg to retain build deps (setuptools, pip, wheel) ( #5404 )
cli==0.3.4
2025-07-08 19:41:47 +00:00
Michael Li and GitHub
9cb6365914
docs: update file paths to make the examples more robust ( #5382 )
...
* cli: update file paths to make the examples more robust
* fix: fix the prompt path
2025-07-08 18:58:04 +00:00
Jake Broekhuizen and GitHub
fb1c0ae9f9
docs: Updating mcp_tools_node fn & referencing runtime graph rebuild docs ( #5328 )
...
Fix: Updating mcp_tools_node fn & referencing runtime graph rebuild docs
2025-07-08 12:55:15 -04:00
Lauren Hirata Singh and GitHub
4de1bd6e66
docs: cleanup ( #5401 )
...
* docs: cleanup
* fix nav
* fix
* fix nits
2025-07-08 12:33:14 -04:00
+8
f21fc056bf
docs: Convert example notebooks ( #5381 )
...
* Agentic RAG
* Fix formatting
* Agent supervisor
* fix links
* SQL agent
* Graph Runs in LS
* fix format
* Autogen + LG tutorial
* fixes
* update sql
* remove old notebooks
* docs: Add section about data region for LGP data plane (#5378 )
Add section about data region.
* fix: remove empty notebook (#5379 )
* Fix docstring for _unset_config_context function (#5374 )
Signed-off-by: jitokim <pigberger70@gmail.com >
* Fix typo in StreamMode debug description: checlkpoints → checkpoints (#5371 )
Signed-off-by: jitokim <pigberger70@gmail.com >
* fix: remove unused import in generate_llms_text.py (#5380 )
* dcos: Fix deprecation of TavilySearch (#5375 )
Fix deprecation: The class `TavilySearchResults` was deprecated in LangChain 0.3.25 and will be removed in 1.0
* Fix typo: funtion → function (#5370 )
fix typos
Signed-off-by: jitokim <pigberger70@gmail.com >
* docs: feedback edits (#5387 )
* docs: update lgp deployment metric list (#5388 )
* chore(deps): bump peter-evans/create-pull-request from 6 to 7 (#5365 )
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: '7'
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>
* docs: correct link in docs/docs/how-tos/graph-api.md (#5377 )
Update graph-api.md
* docs: Update quick_start.md Rest API Guide (#5368 )
Update quick_start.md Rest API Guide
The curl command in the quick start needs some minor changes to work out of the box. I hope by adding these changes then new users can get started more quickly
* Remove duplicate CONFIG_KEY_CHECKPOINT_MAP from RESERVED set (#5372 )
Signed-off-by: jitokim <pigberger70@gmail.com >
* docs: fix typo in persistence (#5329 )
* docs: fix typo in application_structure
* docs: fix typo in persistence
* chore[deps]: upgrade dependencies with `uv lock --upgrade` (#5358 )
* chore: upgrade dependencies with `uv lock --upgrade`
* linting
* upgrade PR title
---------
Co-authored-by: sydney-runkle <54324534+sydney-runkle@users.noreply.github.com >
Co-authored-by: Sydney Runkle <sydneymarierunkle@gmail.com >
* Updated examples for SummarizationNode to account for serde with persistence layers (#5257 )
* docs: move script into scripts (#5384 )
* docs: update sql tutorial (#5389 )
---------
Signed-off-by: jitokim <pigberger70@gmail.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Andrew Nguonly <andrewnguonly@users.noreply.github.com >
Co-authored-by: Michael Li <michaelli65535@gmail.com >
Co-authored-by: jito <pigberger70@gmail.com >
Co-authored-by: Serhii Polishchuk <serhii.polishchuk@gelato.com >
Co-authored-by: hari-dhanushkodi <hari@langchain.dev >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fadel Akram <af8356207@gmail.com >
Co-authored-by: David <31293924+dreadn0ught@users.noreply.github.com >
Co-authored-by: Youssef Ahmed Mohamed Abdelrahman <109446360+unauthorised-401@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: sydney-runkle <54324534+sydney-runkle@users.noreply.github.com >
Co-authored-by: Sydney Runkle <sydneymarierunkle@gmail.com >
Co-authored-by: Nick Riley <nick@sparkida.com >
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: ccurme <chester.curme@gmail.com >
2025-07-08 10:36:47 -04:00
lc-arjun and GitHub
1f1d032430
docs: add tunnel flag to node server docs ( #5398 )
2025-07-08 06:59:02 -07:00
lc-arjun and GitHub
6f86a8c4cb
Revert "docs: add -tunnel flag for node server" ( #5397 )
...
Revert "docs: add -tunnel flag for node server (#5373 )"
This reverts commit 4abf948462 .
2025-07-08 06:49:13 -07:00
Nick Riley and GitHub
d5ab8b42e0
Updated examples for SummarizationNode to account for serde with persistence layers ( #5257 )
2025-07-07 16:31:55 -07:00
87f2e69395
chore[deps]: upgrade dependencies with uv lock --upgrade ( #5358 )
...
* chore: upgrade dependencies with `uv lock --upgrade`
* linting
* upgrade PR title
---------
Co-authored-by: sydney-runkle <54324534+sydney-runkle@users.noreply.github.com >
Co-authored-by: Sydney Runkle <sydneymarierunkle@gmail.com >
2025-07-07 23:24:32 +00:00
Youssef Ahmed Mohamed Abdelrahman and GitHub
4c73b176ff
docs: fix typo in persistence ( #5329 )
...
* docs: fix typo in application_structure
* docs: fix typo in persistence
2025-07-07 23:22:53 +00:00
jito and GitHub
4321ed0f87
Remove duplicate CONFIG_KEY_CHECKPOINT_MAP from RESERVED set ( #5372 )
...
Signed-off-by: jitokim <pigberger70@gmail.com >
2025-07-07 19:19:16 -04:00
David and GitHub
cba4d9e3bc
docs: Update quick_start.md Rest API Guide ( #5368 )
...
Update quick_start.md Rest API Guide
The curl command in the quick start needs some minor changes to work out of the box. I hope by adding these changes then new users can get started more quickly
2025-07-07 19:18:55 -04:00
Fadel Akram and GitHub
fa36a50444
docs: correct link in docs/docs/how-tos/graph-api.md ( #5377 )
...
Update graph-api.md
2025-07-07 23:14:17 +00:00
5413f9db9f
chore(deps): bump peter-evans/create-pull-request from 6 to 7 ( #5365 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: '7'
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-07-07 19:00:51 -04:00
ccurme and GitHub
8118e90543
docs: update sql tutorial ( #5389 )
2025-07-07 18:02:02 -04:00
hari-dhanushkodi and GitHub
c13c474626
docs: update lgp deployment metric list ( #5388 )
2025-07-07 17:44:57 -04:00
Lauren Hirata Singh and GitHub
cd58fad69d
docs: feedback edits ( #5387 )
2025-07-07 17:03:05 -04:00
jito and GitHub
f3a7925d86
Fix typo: funtion → function ( #5370 )
...
fix typos
Signed-off-by: jitokim <pigberger70@gmail.com >
2025-07-07 20:09:55 +00:00
Serhii Polishchuk and GitHub
de6c25689d
dcos: Fix deprecation of TavilySearch ( #5375 )
...
Fix deprecation: The class `TavilySearchResults` was deprecated in LangChain 0.3.25 and will be removed in 1.0
2025-07-07 16:00:57 -04:00
Michael Li and GitHub
141afa8c62
fix: remove unused import in generate_llms_text.py ( #5380 )
2025-07-07 15:54:02 -04:00
jito and GitHub
e99f6292c5
Fix typo in StreamMode debug description: checlkpoints → checkpoints ( #5371 )
...
Signed-off-by: jitokim <pigberger70@gmail.com >
2025-07-07 19:27:09 +00:00
jito and GitHub
1800df7048
Fix docstring for _unset_config_context function ( #5374 )
...
Signed-off-by: jitokim <pigberger70@gmail.com >
2025-07-07 19:25:06 +00:00
Eugene Yurtsev and GitHub
7f57e00975
docs: move script into scripts ( #5384 )
2025-07-07 15:10:01 -04:00
Michael Li and GitHub
844417591d
fix: remove empty notebook ( #5379 )
2025-07-07 19:09:00 +00:00
Andrew Nguonly and GitHub
c9966c4feb
docs: Add section about data region for LGP data plane ( #5378 )
...
Add section about data region.
2025-07-07 12:39:44 -04:00
lc-arjun and GitHub
4abf948462
docs: add -tunnel flag for node server ( #5373 )
...
add -tunnel flag for node server
2025-07-07 08:05:46 -07:00
jessicaou and GitHub
269590c4d9
docs: update case studies ( #5353 )
2025-07-06 20:37:54 -04:00
Shivang Agarwal and GitHub
d8756f257e
Updated TAVILY Key Setup ( #5346 )
2025-07-07 00:36:28 +00:00
Chris G and GitHub
cac0cd5522
docs: update name of CompiledGraph CompiledStateGraph ( #5348 )
...
The name (and type) has changed. See:
https://langchain-ai.github.io/langgraph/reference/graphs/#langgraph.graph.state.StateGraph.compile
2025-07-07 00:35:37 +00:00
David Duong and GitHub
c91208429e
fix(docs): invalid command for creating langgraph app ( #5349 )
2025-07-04 16:30:06 +02:00
Tat Dat Duong
690b6f4ea1
fix(docs): invalid command for creating langgraph app
...
Closes https://github.com/langchain-ai/langgraphjs/issues/1331
2025-07-04 16:29:38 +02:00
Andrew Nguonly and GitHub
07cd4d83e1
docs: Add note about preemptive compute infra ( #5339 )
...
* Add note about preemtive compute infra.
* Fix spelling error.
2025-07-03 16:04:27 -07:00