Sydney Runkle and GitHub
120ae38c12
chore(docs): fix runtime context link ( #6043 )
2025-08-29 13:45:39 -04:00
Brody and GitHub
a566f1f892
fix(docs): update sales links ( #5956 )
...
**Description:** updates sales team links to point to our form.
**Issue:** DOC-170 (internal Linear ticket)
2025-08-19 08:11:51 -07:00
Ankit R. and GitHub
a86eb4c5d0
docs(persistence): fix StateSnapshot formatting ( #5928 )
...
This PR fixes a minor formatting inconsistency in the StateSnapshot
examples within persistence.md.
Specifically, the next=('node_b',) value was inline with values={...},
which is inconsistent with other snapshots.
It has been moved to a new line for better readability and consistency
across examples.
2025-08-18 19:33:43 +00:00
d43eaf1f42
chore(docs): add remaining js translations ( #5825 )
...
Related Linear ticket:
https://linear.app/langchain/issue/DOC-51/add-js-translations-for-remaining-pages
---------
Co-authored-by: Brody Klapko <brody@langchain.dev >
2025-08-12 09:47:11 -04:00
Lauren Hirata Singh and GitHub
b16fcc8468
docs: remove broken links ( #5803 )
2025-08-01 15:41:21 -04:00
38bbd92e01
feat(langgraph): add durability mode for invoke and ainvoke ( #5771 )
...
Fixes https://github.com/langchain-ai/langgraph/issues/5741
Follow up to https://github.com/langchain-ai/langgraph/pull/5432
Plus clean up deprecation logic for `checkpoint_during` and add tests.
---------
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-08-01 10:30:24 -04:00
Eugene Yurtsev and GitHub
e3cb2dd23b
chore(docs): fix more admonitions ( #5792 )
...
Fix more admonitions
2025-07-31 22:57:44 -04:00
Lauren Hirata Singh and GitHub
9e4c41cbed
docs: remove LGP mentions ( #5780 )
2025-07-31 14:13:56 -04:00
Sam Crowder and GitHub
246efe71f4
fix: change from developer to enterprise ( #5778 )
2025-07-31 09:42:19 -07:00
Sam Crowder and GitHub
bec28226d0
fix: removing standalone container lite from old docs ( #5759 )
2025-07-30 18:21:37 -07:00
Lauren Hirata Singh and GitHub
9d4dd066e5
docs: Revert "docs: Delete LGP nav Items from docs" ( #5753 )
...
Reverts langchain-ai/langgraph#5743
2025-07-30 18:15:19 -04:00
95d056e735
docs: Delete LGP nav Items from docs ( #5743 )
...
Remove the files and nav for LGP docs in the mkdocs site.
---------
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-07-30 15:49:54 -04:00
Hunter Lovell and GitHub
e5344d35af
fix(docs): squash js docs build errors ( #5723 )
2025-07-30 16:14:51 +00:00
d59091672f
feat: add docs translations ( #5552 )
...
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: Tat Dat Duong <david@duong.cz >
2025-07-30 02:18:30 +00:00
Sydney Runkle
509dfd1f21
better hitl multi interrupt resume docs
2025-07-28 15:05:57 -04:00
Sydney Runkle
39745ed794
Merge branch 'sr/version-added-for-context' of https://github.com/langchain-ai/langgraph into sr/version-added-for-context
2025-07-24 17:31:25 -04:00
Sydney Runkle
276310e116
fix and interrupt
2025-07-24 16:54:20 -04:00
Andrew Nguonly and GitHub
11547e1990
docs: Add more clarification about the LangSmith API key for LangGraph Platform deployments ( #5635 )
2025-07-23 11:39:39 -07:00
Sydney Runkle
56a9ce57b1
docs build fixes
2025-07-22 12:46:56 -04:00
Sydney Runkle and GitHub
508e333220
Merge branch 'main' into v1
2025-07-22 08:55:42 -04:00
Sydney Runkle and GitHub
139cad373b
fix(docs): use InMemorySaver instead of MemorySaver ( #5608 )
...
Also, remove comment from bash script that makes insertion of `uv`
harder
2025-07-21 18:49:55 +00:00
Sydney Runkle and GitHub
90ba4c5205
Merge branch 'main' into v1
2025-07-21 10:06:23 -04:00
Andrew Nguonly and GitHub
61676b8db0
docs: Change 'that' to 'than' ( #5581 )
2025-07-18 14:54:55 -07:00
Nuno Campos and GitHub
48446bcbd2
chore(docs): Mention dataclass ( #5470 )
2025-07-17 14:23:41 +02:00
Lauren Hirata Singh and GitHub
08667fe786
docs: More tracing ( #5545 )
...
docs: add more about tracing
2025-07-16 19:06:43 -04:00
Sydney Runkle
c6d674cd3e
Merge branch 'main' into v1
2025-07-16 18:32:07 -04:00
Sydney Runkle and GitHub
0837263542
feat(langgraph): new context api (replacing config['configurable'] and config_schema) ( #5243 )
2025-07-15 09:20:20 -04: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
Sydney Runkle and GitHub
e0bf4a7bc3
Merge branch 'main' into v1
2025-07-14 12:54:11 -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
Sydney Runkle and GitHub
d1710e2eac
change[langgraph]: clean up Interrupt interface for v1 ( #5405 )
2025-07-09 14:03:08 -04: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
+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
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
hari-dhanushkodi and GitHub
c13c474626
docs: update lgp deployment metric list ( #5388 )
2025-07-07 17:44:57 -04: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
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
Lauren Hirata Singh and GitHub
543e4c4e7e
docs: Convert notebooks ( #5322 )
...
* docs: Convert subgraphs notebook
* graph api conversion
* fix examples
* add
* fixes
* fix links
* fix links
* be gone!
* multi-agent conversion
* fix link
* fix links
* fix link
2025-07-02 23:28:42 +00:00
22e09d2739
Create user_agent_auth.md ( #5299 )
...
* Create user_agent_auth.md
Adding documentation for agent authentication on behalf of a user
* Update user_agent_auth.md
* Rename user_agent_auth.md to user-agent-auth.md
* break content out to separate guides
* add links/overview
* edits
* fix sentence
* Fix broken links
* Fix: Change 'get_user_config' fn name to 'my_node'
* Fix: Add reference to custom auth in MCP docs example
---------
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-07-02 22:05:07 +00:00
Andrew Nguonly and GitHub
89451f4ea2
docs: Add LGP control plane API docs page ( #5319 )
...
Add control plane API docs page.
2025-07-02 14:30:00 -07:00
Youssef Ahmed Mohamed Abdelrahman and GitHub
1b205a99cb
docs: fix typo in application_structure ( #5289 )
2025-07-01 12:09:14 +00:00
Sam Crowder and GitHub
0a8ba20f5f
docs: remove beta flag on self hosted plane ( #5288 )
2025-06-30 22:41:05 -04:00
Sam Crowder and GitHub
048cb3584c
self hosted control plane no longer in beta ( #5286 )
...
* self hosted control plane no longer in beta
* accidental changes
2025-06-30 17:34:18 -07:00
Sam Crowder and GitHub
9e035264f8
slightly more explanation when we say dont use in serverless ( #5245 )
...
slightly more explanation
2025-06-29 21:59:48 -04:00
Eugene Yurtsev and GitHub
96bfc8bad9
docs: cross links for functional api ( #5231 )
...
add cross-links
2025-06-27 11:31:18 -04:00
0fd6306623
docs: Time travel and breakpoints ( #5215 )
...
* docs: Time travel and breakpoints
* fix links
* fix
* edits
* Fix link
* Remove circular redirects
* revert llms.txt
---------
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2025-06-27 14:49:53 +00:00
Sam Crowder and GitHub
847b0e8243
add warning about serverless ( #5218 )
2025-06-27 07:31:52 -07:00
Eugene Yurtsev and GitHub
23327f5647
docs: update mcp docs ( #5191 )
...
Update MCP docs
2025-06-25 15:06:35 -04:00