Eugene Yurtsev and GitHub
b447a1c7cf
fix(docs): fix langgraph cli reference ( #5563 )
...
Fix for wrong indentation that completely messes up formatting
2025-07-17 12:10:11 -07:00
Lauren Hirata Singh and GitHub
b4eb57da67
docs: Rearrange nav ( #5560 )
...
Move Prebuilts overview and Run an agent to the guides page
2025-07-17 13:47:43 -04:00
Sam Crowder and GitHub
cec3bef7ea
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) ( #5558 )
...
Automated changelog update created by the LangGraph Server Changelog
Bot.
Feel free to merge anytime.
2025-07-17 12:41:13 -04:00
Nuno Campos and GitHub
48446bcbd2
chore(docs): Mention dataclass ( #5470 )
2025-07-17 14:23:41 +02:00
Sam Crowder
db5276ded1
Update changelog via LangGraph Server Changelog Bot
2025-07-16 16:32:19 -07:00
Sam Crowder and GitHub
9c67b9ce4b
docs(docs): add disclaimer about overriding otel with DD_API_KEY ( #5538 )
2025-07-16 16:06:54 -07:00
Lauren Hirata Singh and GitHub
08667fe786
docs: More tracing ( #5545 )
...
docs: add more about tracing
2025-07-16 19:06:43 -04:00
Sam Crowder and GitHub
48dabc0538
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) ( #5540 )
...
Update changelog via LangGraph Server Changelog Bot
2025-07-16 18:24:46 -04:00
d2cc02d789
Update docs/docs/cloud/reference/env_var.md
...
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-07-16 14:17:56 -07:00
Lauren Hirata Singh and GitHub
92c66d13ec
docs: add o11y overview ( #5542 )
...
* docs: add o11y overview
* add section for enabling tracing
2025-07-16 16:32:11 -04:00
Sam Crowder
7f821deded
remove word tracing
2025-07-16 11:36:16 -07:00
Sam Crowder
12a601c8a3
fix: add disclaimer to the docs about DD_API_KEY overriding app-level tracing
2025-07-16 11:35:48 -07:00
0d2db35d93
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) ( #5530 )
...
* Update changelog via LangGraph Server Changelog Bot
* Update docs/docs/cloud/reference/langgraph_server_changelog.md
* Update docs/docs/cloud/reference/langgraph_server_changelog.md
---------
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2025-07-16 14:01:46 +00:00
renchao and GitHub
b290e1ffdc
docs(mcp): update workflow usage examples ( #5525 )
...
Update mcp.md
"END" is missing
2025-07-16 13:21:26 +00:00
066f3b21f8
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) ( #5523 )
...
* Update changelog via LangGraph Server Changelog Bot
* Update docs/docs/cloud/reference/langgraph_server_changelog.md
---------
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2025-07-16 06:39:09 +00:00
+3
d5b8733a40
ci(docs): Add codespell for docs md and py files ( #5494 )
...
* docs: Add codespell for markdown files
* update
* remove path
* fix
* update linting guidelines
* chore[deps]: upgrade dependencies with `uv lock --upgrade` (#5471 )
Co-authored-by: sydney-runkle <54324534+sydney-runkle@users.noreply.github.com >
* fix(checkpoint): correct logging call to use logger (#5458 )
fix[checkpoint]: correct logging call to use logger
* release(langgraph): v0.5.3 (#5498 )
bump
* extend to cover python files used for reference docs
* fix(docs): Update the graph image link (#5500 )
Update the graph image link
Point to the correct image reference for Map-Reduce and the Send API example
* fix(docs): Update graph-api.md File to reflect correct image (#5499 )
Update graph-api.md File to reflect correct image
Referencing to the correct image file
* docs(prebuilt): improve documentation in ToolNode module (#5497 )
Update documentation in ToolNode module
* Update changelog via LangGraph Server Changelog Bot
* feat(sdk-py): Show is_studio_user (#5505 )
* Update changelog via LangGraph Server Changelog Bot
* fix(docs): Node caching explanation code required a small fix,. (#5473 )
fix(docs): Node caching explanation code required a small fix, to avoid confusion to readers. The code had `time.sleep(2)` but the note mentioned one second only.
Co-authored-by: ygicp <yagnesh@infocusp.com >
* fix(langgraph): add `stacklevel=2` to the warnings to point to the caller’s codes (#5457 )
chore: add stacklevel=2 to the warnings to point to the caller’s codes
* chore(docs): Improve example in use mcp (#5480 )
* Make example more explicit
* Update docs/docs/agents/mcp.md
* fix(docs): update examples link (#5515 )
Co-authored-by: ahmed murtaza <ahmed.gmurtaza@gmail.com >
* docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) (#5514 )
Update changelog via LangGraph Server Changelog Bot
* fix readmes
* fix
---------
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: Michael Li <michaelli65535@gmail.com >
Co-authored-by: Sakshi Gupta <64280320+sakshi1989@users.noreply.github.com >
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: Sam Crowder <samecrowder@gmail.com >
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
Co-authored-by: Yagnesh M. Bhadiyadra <35532869+yagneshmb@users.noreply.github.com >
Co-authored-by: ygicp <yagnesh@infocusp.com >
Co-authored-by: Ahmed Murtaza <ahmed.gmurtaza@hotmail.com >
Co-authored-by: ahmed murtaza <ahmed.gmurtaza@gmail.com >
2025-07-15 19:22:48 +00:00
Sam Crowder and GitHub
d674e1bddd
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) ( #5514 )
...
Update changelog via LangGraph Server Changelog Bot
2025-07-15 11:13:18 -04:00
Eugene Yurtsev and GitHub
1500ebd3d7
chore(docs): Improve example in use mcp ( #5480 )
...
* Make example more explicit
* Update docs/docs/agents/mcp.md
2025-07-15 15:01:16 +00:00
2558f81889
fix(docs): Node caching explanation code required a small fix,. ( #5473 )
...
fix(docs): Node caching explanation code required a small fix, to avoid confusion to readers. The code had `time.sleep(2)` but the note mentioned one second only.
Co-authored-by: ygicp <yagnesh@infocusp.com >
2025-07-15 00:58:32 +00:00
Sam Crowder
444d699fe8
Update changelog via LangGraph Server Changelog Bot
2025-07-14 17:04:46 -07:00
William FH and GitHub
e315fb7397
feat(sdk-py): Show is_studio_user ( #5505 )
2025-07-14 16:55:32 -07:00
Sam Crowder
74218fadad
Update changelog via LangGraph Server Changelog Bot
2025-07-14 13:47:00 -07:00
Sakshi Gupta and GitHub
06144b3b13
fix(docs): Update graph-api.md File to reflect correct image ( #5499 )
...
Update graph-api.md File to reflect correct image
Referencing to the correct image file
2025-07-14 20:39:47 +00:00
Sakshi Gupta and GitHub
b19572351e
fix(docs): Update the graph image link ( #5500 )
...
Update the graph image link
Point to the correct image reference for Map-Reduce and the Send API example
2025-07-14 20:38:53 +00:00
Micael Jarniac and GitHub
5bdb887638
docs: fix Langraph typo ( #5490 )
2025-07-14 12:49:38 -04:00
Lauren Hirata Singh and GitHub
fa5d93ac2f
docs: Fix image in Graph API how to ( #5487 )
...
docs: Fix iimage in Graph API how to
Closes https://github.com/langchain-ai/langgraph/issues/5451
2025-07-14 11:48:50 -04:00
Krishna Nadiger and GitHub
d14a6e2c04
fix(docs): Corrected Send import in example code of "Map-Reduce and the Sen… ( #5466 )
...
Fix: Corrected Send import in example code of "Map-Reduce and the Send API"
Fixes #5465 - Moved Send import from langgraph.graph to langgraph.types
2025-07-14 14:49:13 +00:00
infra
28c276f377
docs: fix langgraph dataplane docs
2025-07-13 19:10:57 -04:00
William Fu-Hinthorn
a71eb09488
chore[docs]: Mention dataclass
2025-07-12 14:11:25 -07:00
Lauren Hirata Singh and GitHub
579c7831b9
docs: static vs dynamic interrupts ( #5426 )
...
* docs: static vs dynamic interrupts
* fixes based on feedback
* fix image
* Add section about debugging in Studio
* Reorg content based on feedback
* fix
* fix links
* fix wording
* fix wording
2025-07-11 17:07:43 -04:00
Xin Jin and GitHub
16da5f4779
fix: markdown title copy button ( #5462 )
...
fix url remove dup title
2025-07-11 21:02:58 +00:00
Eugene Yurtsev and GitHub
f59a1339c9
chore(docs): Consolidate hooks for copy markdown and notebooks ( #5459 )
...
Consolidating the hooks to avoid duplication of logic
We need this change for consolidating js and python content: we need include-markdown to run as a mkdocs plugin before our pipeline (rather than as markdown extension which runs after our hooks plugin).
2025-07-11 20:44:46 +00:00
Xin Jin and GitHub
d166e9b8e9
fix: llm.txt url link broken ( #5460 )
...
fix url issue
2025-07-11 16:40:37 -04:00
Xin Jin and GitHub
4da35babda
feat: add copy page button functionality and fix llms-text output ( #5419 )
...
* feat: add copy page button functionality and fix llms-text output
- Add copy page button with CSS and JS implementation
- Implement copy page hooks for MkDocs integration
- Fix HTML filtering and DOM text reinterpreted as HTML issues
- Update llms-text target to generate docs/llm.txt instead of docs/llms-full.txt
- Add necessary styling and package.json dependencies
* fix missing button in preview
* remove the over-processing
* disable API reference
2025-07-11 15:13:55 -04:00
Sam Crowder and GitHub
c3d882e87a
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) ( #5455 )
...
Update changelog via LangGraph Server Changelog Bot
2025-07-11 11:55:08 -07:00
jito and GitHub
fbade9e300
docs: fix variable reference in agent evaluator example ( #5434 )
...
Signed-off-by: jitokim <pigberger70@gmail.com >
2025-07-11 14:57:49 +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
5c45f7c330
Update changelog via LangGraph Changelog Bot
2025-07-09 18:06:04 -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
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
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
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
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
0d8a8c5847
feat: [CLI] Add arg to retain build deps (setuptools, pip, wheel) ( #5404 )
2025-07-08 19:41:47 +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