Christian Bromann
ef04db316d
docs: document first-class graph-state access for ToolNode tools ( #2511 )
...
Tools running inside a ToolNode can already read the current graph state
via `getCurrentTaskInput()`, but this was not documented as a
first-class option and the browser-safe variant (passing config
explicitly) was not surfaced.
This adds:
- JSDoc on getCurrentTaskInput documenting the optional config arg and
browser usage
- A ToolNode JSDoc example showing how tools access graph state and
runtime context
- Browser-safe guidance in the agents context docs and the
pass-run-time-values-to-tools how-to (`getCurrentTaskInput(config)`)
- A regression test verifying a ToolNode tool can read graph state via
getCurrentTaskInput(config)
Closes #2506
2026-06-10 15:18:04 -07:00
Kimaswa Emmanuel Yusufu
bc3b98e1bd
docs: import messagesStateReducer in low_level.md example ( #2464 )
...
The `messagesStateReducer` example on the Low Level concepts page uses
`messagesStateReducer` as its reducer, but the import only brings in
`Annotation` and the `Messages` type. Copy-pasting it as-is fails to
compile with `Cannot find name 'messagesStateReducer'`. This adds it to
the import. The equivalent example just below already imports it the
same way.
2026-06-01 21:46:23 -07:00
github-actions[bot]
1b5ce0fca0
chore: version packages ( #2405 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @langchain/langgraph-checkpoint-mongodb@1.3.1
### Patch Changes
- [#2397 ](https://github.com/langchain-ai/langgraphjs/pull/2397 )
[`284226c`](https://github.com/langchain-ai/langgraphjs/commit/284226c7ca164b3c81fe2d9e32b10f1fc6b99a3c )
Thanks [@hntrl](https://github.com/hntrl )! - fix(checkpoint-mongodb):
validate configurable checkpoint identifiers before queries
Add runtime validation for `thread_id`, `checkpoint_ns`, and
`checkpoint_id` in
`MongoDBSaver` methods that read and write checkpoints. This prevents
object-based
operator payloads from being passed into MongoDB query filters and
ensures invalid
configurable values fail fast with explicit errors.
## @langchain/langgraph-api@1.2.2
### Patch Changes
- [#2396 ](https://github.com/langchain-ai/langgraphjs/pull/2396 )
[`9b20df0`](https://github.com/langchain-ai/langgraphjs/commit/9b20df081a82b79efca3dfd2c128243889b11eb8 )
Thanks [@hntrl](https://github.com/hntrl )! - fix(langgraph-cli): accept
hyphenated prerelease tags in `api_version` values.
- Updated dependencies \[]:
- @langchain/langgraph-ui@1.2.2
## @langchain/langgraph-cli@1.2.2
### Patch Changes
- [#2389 ](https://github.com/langchain-ai/langgraphjs/pull/2389 )
[`40bcdab`](https://github.com/langchain-ai/langgraphjs/commit/40bcdab38fa495028d8eba68062e48079dbe9208 )
Thanks [@jdrogers940](https://github.com/jdrogers940 )! - Adding support
for pre-release versions in api_version.
- [#2396 ](https://github.com/langchain-ai/langgraphjs/pull/2396 )
[`9b20df0`](https://github.com/langchain-ai/langgraphjs/commit/9b20df081a82b79efca3dfd2c128243889b11eb8 )
Thanks [@hntrl](https://github.com/hntrl )! - fix(langgraph-cli): accept
hyphenated prerelease tags in `api_version` values.
- Updated dependencies
\[[`9b20df0`](https://github.com/langchain-ai/langgraphjs/commit/9b20df081a82b79efca3dfd2c128243889b11eb8 )]:
- @langchain/langgraph-api@1.2.2
## @langchain/langgraph@1.3.1
### Patch Changes
- [#2339 ](https://github.com/langchain-ai/langgraphjs/pull/2339 )
[`2b88da4`](https://github.com/langchain-ai/langgraphjs/commit/2b88da497b2c6f8fbf8f4d901578a198824eb32f )
Thanks [@vigneshpatel14](https://github.com/vigneshpatel14 )! -
fix(langgraph): surface structuredResponse parse failures in
createReactAgent
- [#2406 ](https://github.com/langchain-ai/langgraphjs/pull/2406 )
[`e54ae90`](https://github.com/langchain-ai/langgraphjs/commit/e54ae901e119ccf81653b90d5a0db2485027a5a9 )
Thanks [@christian-bromann](https://github.com/christian-bromann )! -
fix(langgraph-core): keep tool results out of v3 message streams
- [#2376 ](https://github.com/langchain-ai/langgraphjs/pull/2376 )
[`4fd1e9f`](https://github.com/langchain-ai/langgraphjs/commit/4fd1e9f5720361a86a386a286ad8fcc824643280 )
Thanks [@hntrl](https://github.com/hntrl )! - fix(langgraph): prefer
configurable assistant and graph IDs for runtime server info
Update runtime `serverInfo` construction to read `assistant_id` and
`graph_id` from
`config.configurable` first, with fallback to `config.metadata` for
compatibility.
Also expands `execution_info` tests to cover configurable sourcing,
precedence,
and metadata fallback behavior.
- Updated dependencies
\[[`44746b1`](https://github.com/langchain-ai/langgraphjs/commit/44746b1a3b5b49737542b120b9e45d6f94181113 ),
[`4cc6491`](https://github.com/langchain-ai/langgraphjs/commit/4cc6491844f21ed0fc737eaef8498133daa877f7 ),
[`ae8af2d`](https://github.com/langchain-ai/langgraphjs/commit/ae8af2d75aef9a7bbd930d221d1ce03e7fbb90ad ),
[`01dd046`](https://github.com/langchain-ai/langgraphjs/commit/01dd0462ed300dee5a9a51f229e6c401315f070c ),
[`2ad1aa4`](https://github.com/langchain-ai/langgraphjs/commit/2ad1aa48c6a3f45340b4833e6de555fdc7348d15 ),
[`75e651b`](https://github.com/langchain-ai/langgraphjs/commit/75e651b9cff1a1e39ad6513b8a5e9b565b9ad7fe ),
[`f1d651a`](https://github.com/langchain-ai/langgraphjs/commit/f1d651ae14ca178f4a915ac853ba9b439cd55ba3 )]:
- @langchain/langgraph-sdk@1.9.3
## @langchain/langgraph-sdk@1.9.3
### Patch Changes
- [#2387 ](https://github.com/langchain-ai/langgraphjs/pull/2387 )
[`44746b1`](https://github.com/langchain-ai/langgraphjs/commit/44746b1a3b5b49737542b120b9e45d6f94181113 )
Thanks [@nick-hollon-lc](https://github.com/nick-hollon-lc )! - Coalesce
`RootMessageProjection` store writes through a single `setTimeout(0)`
flush so long `messages`-channel replays (on refresh, mid-run join, or
rapid subagent streaming) no longer drain as a per-event microtask chain
that trips React's `Maximum update depth exceeded` guard. Replaces the
previous `MessageChannel`-based batching, which deferred initial-submit
events past the first render and left the UI looking frozen until
refresh.
- [#2372 ](https://github.com/langchain-ai/langgraphjs/pull/2372 )
[`4cc6491`](https://github.com/langchain-ai/langgraphjs/commit/4cc6491844f21ed0fc737eaef8498133daa877f7 )
Thanks [@ahmed-z0](https://github.com/ahmed-z0 )! - Fix subagent message
routing to prefer the stream event namespace over checkpoint metadata
when filtering subagent messages.
- [#2384 ](https://github.com/langchain-ai/langgraphjs/pull/2384 )
[`ae8af2d`](https://github.com/langchain-ai/langgraphjs/commit/ae8af2d75aef9a7bbd930d221d1ce03e7fbb90ad )
Thanks [@nick-hollon-lc](https://github.com/nick-hollon-lc )! - batch
RootMessageProjection store writes through a macrotask
- [#2388 ](https://github.com/langchain-ai/langgraphjs/pull/2388 )
[`01dd046`](https://github.com/langchain-ai/langgraphjs/commit/01dd0462ed300dee5a9a51f229e6c401315f070c )
Thanks [@hntrl](https://github.com/hntrl )! - fix(sdk): retry connection
failures before throwing ConnectionError
- [#2381 ](https://github.com/langchain-ai/langgraphjs/pull/2381 )
[`2ad1aa4`](https://github.com/langchain-ai/langgraphjs/commit/2ad1aa48c6a3f45340b4833e6de555fdc7348d15 )
Thanks [@nick-hollon-lc](https://github.com/nick-hollon-lc )! - fix(sdk):
forward config + metadata on respondInput for resume submits
- [#2379 ](https://github.com/langchain-ai/langgraphjs/pull/2379 )
[`75e651b`](https://github.com/langchain-ai/langgraphjs/commit/75e651b9cff1a1e39ad6513b8a5e9b565b9ad7fe )
Thanks [@nick-hollon-lc](https://github.com/nick-hollon-lc )! - filter
SSE-replayed input.requested events through a hydrated interrupt
allowlist
- [#2390 ](https://github.com/langchain-ai/langgraphjs/pull/2390 )
[`f1d651a`](https://github.com/langchain-ai/langgraphjs/commit/f1d651ae14ca178f4a915ac853ba9b439cd55ba3 )
Thanks [@nick-hollon-lc](https://github.com/nick-hollon-lc )! - Bind
deepagents subagent discovery to the execution namespace via taskInput
so `useMessages(stream, subagent)` resolves the streaming scope instead
of the trigger tool-call namespace.
## @langchain/angular@1.0.3
### Patch Changes
- Updated dependencies
\[[`44746b1`](https://github.com/langchain-ai/langgraphjs/commit/44746b1a3b5b49737542b120b9e45d6f94181113 ),
[`4cc6491`](https://github.com/langchain-ai/langgraphjs/commit/4cc6491844f21ed0fc737eaef8498133daa877f7 ),
[`ae8af2d`](https://github.com/langchain-ai/langgraphjs/commit/ae8af2d75aef9a7bbd930d221d1ce03e7fbb90ad ),
[`01dd046`](https://github.com/langchain-ai/langgraphjs/commit/01dd0462ed300dee5a9a51f229e6c401315f070c ),
[`2ad1aa4`](https://github.com/langchain-ai/langgraphjs/commit/2ad1aa48c6a3f45340b4833e6de555fdc7348d15 ),
[`75e651b`](https://github.com/langchain-ai/langgraphjs/commit/75e651b9cff1a1e39ad6513b8a5e9b565b9ad7fe ),
[`f1d651a`](https://github.com/langchain-ai/langgraphjs/commit/f1d651ae14ca178f4a915ac853ba9b439cd55ba3 )]:
- @langchain/langgraph-sdk@1.9.3
## @langchain/react@1.0.3
### Patch Changes
- Updated dependencies
\[[`44746b1`](https://github.com/langchain-ai/langgraphjs/commit/44746b1a3b5b49737542b120b9e45d6f94181113 ),
[`4cc6491`](https://github.com/langchain-ai/langgraphjs/commit/4cc6491844f21ed0fc737eaef8498133daa877f7 ),
[`ae8af2d`](https://github.com/langchain-ai/langgraphjs/commit/ae8af2d75aef9a7bbd930d221d1ce03e7fbb90ad ),
[`01dd046`](https://github.com/langchain-ai/langgraphjs/commit/01dd0462ed300dee5a9a51f229e6c401315f070c ),
[`2ad1aa4`](https://github.com/langchain-ai/langgraphjs/commit/2ad1aa48c6a3f45340b4833e6de555fdc7348d15 ),
[`75e651b`](https://github.com/langchain-ai/langgraphjs/commit/75e651b9cff1a1e39ad6513b8a5e9b565b9ad7fe ),
[`f1d651a`](https://github.com/langchain-ai/langgraphjs/commit/f1d651ae14ca178f4a915ac853ba9b439cd55ba3 )]:
- @langchain/langgraph-sdk@1.9.3
## @langchain/svelte@1.0.3
### Patch Changes
- Updated dependencies
\[[`44746b1`](https://github.com/langchain-ai/langgraphjs/commit/44746b1a3b5b49737542b120b9e45d6f94181113 ),
[`4cc6491`](https://github.com/langchain-ai/langgraphjs/commit/4cc6491844f21ed0fc737eaef8498133daa877f7 ),
[`ae8af2d`](https://github.com/langchain-ai/langgraphjs/commit/ae8af2d75aef9a7bbd930d221d1ce03e7fbb90ad ),
[`01dd046`](https://github.com/langchain-ai/langgraphjs/commit/01dd0462ed300dee5a9a51f229e6c401315f070c ),
[`2ad1aa4`](https://github.com/langchain-ai/langgraphjs/commit/2ad1aa48c6a3f45340b4833e6de555fdc7348d15 ),
[`75e651b`](https://github.com/langchain-ai/langgraphjs/commit/75e651b9cff1a1e39ad6513b8a5e9b565b9ad7fe ),
[`f1d651a`](https://github.com/langchain-ai/langgraphjs/commit/f1d651ae14ca178f4a915ac853ba9b439cd55ba3 )]:
- @langchain/langgraph-sdk@1.9.3
## @langchain/vue@1.0.3
### Patch Changes
- Updated dependencies
\[[`44746b1`](https://github.com/langchain-ai/langgraphjs/commit/44746b1a3b5b49737542b120b9e45d6f94181113 ),
[`4cc6491`](https://github.com/langchain-ai/langgraphjs/commit/4cc6491844f21ed0fc737eaef8498133daa877f7 ),
[`ae8af2d`](https://github.com/langchain-ai/langgraphjs/commit/ae8af2d75aef9a7bbd930d221d1ce03e7fbb90ad ),
[`01dd046`](https://github.com/langchain-ai/langgraphjs/commit/01dd0462ed300dee5a9a51f229e6c401315f070c ),
[`2ad1aa4`](https://github.com/langchain-ai/langgraphjs/commit/2ad1aa48c6a3f45340b4833e6de555fdc7348d15 ),
[`75e651b`](https://github.com/langchain-ai/langgraphjs/commit/75e651b9cff1a1e39ad6513b8a5e9b565b9ad7fe ),
[`f1d651a`](https://github.com/langchain-ai/langgraphjs/commit/f1d651ae14ca178f4a915ac853ba9b439cd55ba3 )]:
- @langchain/langgraph-sdk@1.9.3
## @langchain/langgraph-cua@1.0.2
## @langchain/langgraph-supervisor@1.0.2
## @langchain/langgraph-swarm@1.0.2
## @langchain/langgraph-ui@1.2.2
## @example/ai-elements@0.1.18
### Patch Changes
- Updated dependencies
\[[`2b88da4`](https://github.com/langchain-ai/langgraphjs/commit/2b88da497b2c6f8fbf8f4d901578a198824eb32f ),
[`e54ae90`](https://github.com/langchain-ai/langgraphjs/commit/e54ae901e119ccf81653b90d5a0db2485027a5a9 ),
[`4fd1e9f`](https://github.com/langchain-ai/langgraphjs/commit/4fd1e9f5720361a86a386a286ad8fcc824643280 )]:
- @langchain/langgraph@1.3.1
- @langchain/react@1.0.3
## @examples/assistant-ui-claude@0.1.18
### Patch Changes
- Updated dependencies
\[[`2b88da4`](https://github.com/langchain-ai/langgraphjs/commit/2b88da497b2c6f8fbf8f4d901578a198824eb32f ),
[`e54ae90`](https://github.com/langchain-ai/langgraphjs/commit/e54ae901e119ccf81653b90d5a0db2485027a5a9 ),
[`4fd1e9f`](https://github.com/langchain-ai/langgraphjs/commit/4fd1e9f5720361a86a386a286ad8fcc824643280 )]:
- @langchain/langgraph@1.3.1
- @langchain/react@1.0.3
## @examples/ui-angular@0.0.28
### Patch Changes
- Updated dependencies
\[[`44746b1`](https://github.com/langchain-ai/langgraphjs/commit/44746b1a3b5b49737542b120b9e45d6f94181113 ),
[`4cc6491`](https://github.com/langchain-ai/langgraphjs/commit/4cc6491844f21ed0fc737eaef8498133daa877f7 ),
[`2b88da4`](https://github.com/langchain-ai/langgraphjs/commit/2b88da497b2c6f8fbf8f4d901578a198824eb32f ),
[`e54ae90`](https://github.com/langchain-ai/langgraphjs/commit/e54ae901e119ccf81653b90d5a0db2485027a5a9 ),
[`ae8af2d`](https://github.com/langchain-ai/langgraphjs/commit/ae8af2d75aef9a7bbd930d221d1ce03e7fbb90ad ),
[`01dd046`](https://github.com/langchain-ai/langgraphjs/commit/01dd0462ed300dee5a9a51f229e6c401315f070c ),
[`4fd1e9f`](https://github.com/langchain-ai/langgraphjs/commit/4fd1e9f5720361a86a386a286ad8fcc824643280 ),
[`2ad1aa4`](https://github.com/langchain-ai/langgraphjs/commit/2ad1aa48c6a3f45340b4833e6de555fdc7348d15 ),
[`75e651b`](https://github.com/langchain-ai/langgraphjs/commit/75e651b9cff1a1e39ad6513b8a5e9b565b9ad7fe ),
[`f1d651a`](https://github.com/langchain-ai/langgraphjs/commit/f1d651ae14ca178f4a915ac853ba9b439cd55ba3 )]:
- @langchain/langgraph-sdk@1.9.3
- @langchain/langgraph@1.3.1
- @langchain/angular@1.0.3
## @examples/ui-multimodal@0.0.4
### Patch Changes
- Updated dependencies
\[[`2b88da4`](https://github.com/langchain-ai/langgraphjs/commit/2b88da497b2c6f8fbf8f4d901578a198824eb32f ),
[`e54ae90`](https://github.com/langchain-ai/langgraphjs/commit/e54ae901e119ccf81653b90d5a0db2485027a5a9 ),
[`4fd1e9f`](https://github.com/langchain-ai/langgraphjs/commit/4fd1e9f5720361a86a386a286ad8fcc824643280 )]:
- @langchain/langgraph@1.3.1
- @langchain/react@1.0.3
## @examples/ui-react@0.0.4
### Patch Changes
- Updated dependencies
\[[`44746b1`](https://github.com/langchain-ai/langgraphjs/commit/44746b1a3b5b49737542b120b9e45d6f94181113 ),
[`4cc6491`](https://github.com/langchain-ai/langgraphjs/commit/4cc6491844f21ed0fc737eaef8498133daa877f7 ),
[`2b88da4`](https://github.com/langchain-ai/langgraphjs/commit/2b88da497b2c6f8fbf8f4d901578a198824eb32f ),
[`e54ae90`](https://github.com/langchain-ai/langgraphjs/commit/e54ae901e119ccf81653b90d5a0db2485027a5a9 ),
[`ae8af2d`](https://github.com/langchain-ai/langgraphjs/commit/ae8af2d75aef9a7bbd930d221d1ce03e7fbb90ad ),
[`01dd046`](https://github.com/langchain-ai/langgraphjs/commit/01dd0462ed300dee5a9a51f229e6c401315f070c ),
[`4fd1e9f`](https://github.com/langchain-ai/langgraphjs/commit/4fd1e9f5720361a86a386a286ad8fcc824643280 ),
[`2ad1aa4`](https://github.com/langchain-ai/langgraphjs/commit/2ad1aa48c6a3f45340b4833e6de555fdc7348d15 ),
[`75e651b`](https://github.com/langchain-ai/langgraphjs/commit/75e651b9cff1a1e39ad6513b8a5e9b565b9ad7fe ),
[`f1d651a`](https://github.com/langchain-ai/langgraphjs/commit/f1d651ae14ca178f4a915ac853ba9b439cd55ba3 )]:
- @langchain/langgraph-sdk@1.9.3
- @langchain/langgraph@1.3.1
- @langchain/react@1.0.3
## langgraph@1.0.33
### Patch Changes
- Updated dependencies
\[[`2b88da4`](https://github.com/langchain-ai/langgraphjs/commit/2b88da497b2c6f8fbf8f4d901578a198824eb32f ),
[`e54ae90`](https://github.com/langchain-ai/langgraphjs/commit/e54ae901e119ccf81653b90d5a0db2485027a5a9 ),
[`4fd1e9f`](https://github.com/langchain-ai/langgraphjs/commit/4fd1e9f5720361a86a386a286ad8fcc824643280 )]:
- @langchain/langgraph@1.3.1
## docs@null
# docs
## null
## null
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hunter Lovell <hunter@hntrl.io >
2026-05-18 22:47:09 +00:00
open-swe[bot]
122f649556
chore: update x handle to langchain oss ( #2348 )
...
## Description
Updates the LangGraph.js docs social link to point at the new LangChain
OSS X handle. I checked the requested README and pyproject targets; this
repo has no pyproject files or libs/partners READMEs with matching X
handle references.
## Test Plan
- [ ] Confirm docs social icon opens the @langchain_oss X profile
_Opened collaboratively by Mason Daugherty and open-swe._
---------
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com >
Co-authored-by: Mason Daugherty <61371264+mdrxy@users.noreply.github.com >
2026-04-29 14:03:14 -04:00
Lauren Hirata Singh
5c3c4b2a0a
chore(docs): update llms.txt to point to new site ( #1953 )
2026-02-11 13:06:35 -05:00
David Duong
5c80c918fc
chore: fix docs deploy CI script using yarn instead of pnpm ( #1899 )
2026-01-15 15:55:41 +01:00
Mason Daugherty
b2e0eae34b
chore: update twitter URLs ( #1891 )
2026-01-13 01:53:33 -05:00
David Duong
e7aeffeb72
chore: replace yarn with pnpm ( #1862 )
...
Co-authored-by: Christian Bromann <git@bromann.dev >
2026-01-09 19:52:29 +01:00
Sergey Zelenov
4b7832ec39
feat(checkpoint-mongodb): append client metadata for mongodb ( #1777 )
...
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com >
2026-01-08 11:01:53 -08:00
Prince
97e7210289
docs: fix broken link to API reference in custom_routes.md ( #1816 )
2025-12-20 03:08:13 +01:00
Lauren Hirata Singh
1c1e7337d1
chore(docs): add catchall logic to redirects ( #1778 )
2025-11-13 13:55:04 -05:00
Hunter Lovell
8d29dd817e
chore: update LG cloud verbiage ( #1775 )
2025-11-12 17:40:33 +01:00
樱吹雪
ee0937ff3f
fix(docs): Fix code in persistence.md ( #1665 )
2025-11-11 15:47:27 +01:00
Lauren Hirata Singh
c242cb011d
fix(docs): Fix redirect logic ( #1771 )
2025-11-10 10:26:44 -05:00
Lauren Hirata Singh
5f9ff42cbb
chore(docs): Revert the revert "fix: rollback doc redirects" (add redirects) ( #1761 )
2025-10-29 12:11:59 -04:00
github-actions[bot]
d4b6d9ca98
Version Packages ( #1735 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hunter Lovell <hunter@hntrl.io >
2025-10-17 16:59:01 -07:00
Hunter Lovell
1e1ecbbcf8
feat: merge v1 ( #1733 )
...
Co-authored-by: Tat Dat Duong <david@duong.cz >
Co-authored-by: Christian Bromann <git@bromann.dev >
Co-authored-by: Nuno Campos <nuno@langchain.dev >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-17 16:34:43 -07:00
Hunter Lovell
98a6c7b48f
fix: rollback doc redirects ( #1732 )
2025-10-17 13:50:49 -07:00
Lauren Hirata Singh
df543bae9f
fix(docs): redirect fix ( #1730 )
2025-10-17 06:16:23 -04:00
Lauren Hirata Singh
8a426df242
fix(docs): catch-all redirect ( #1729 )
2025-10-17 01:57:50 +00:00
Lauren Hirata Singh
890fe8f816
chore(docs): fix redirects ( #1728 )
2025-10-16 14:03:53 -04:00
Lauren Hirata Singh
97c5f462dc
chore(docs): redirects for new site ( #1534 )
2025-10-16 10:34:55 -07:00
Lauren Hirata Singh
1f9e348451
docs: make banner color less aggressive ( #1631 )
2025-09-09 20:33:17 -04:00
Lauren Hirata Singh
ffa8649d90
docs: update banner for docs deprecation notice ( #1627 )
2025-09-10 00:04:52 +02:00
Abraham Sangha
a975a1ebb5
docs: Fix typo in deploy-self-hosted.md ( #1578 )
2025-09-02 14:27:46 +02:00
David Duong
b5b2196f67
fix(docs): quick docs update for Zod 4 changes ( #1594 )
2025-08-29 14:59:29 +00:00
Brody Klapko
5dbaf68776
Update sales links
2025-08-19 08:04:22 -07:00
Lauren Hirata Singh
569ade7f26
fix
2025-08-14 10:23:01 -07:00
Lauren Hirata Singh
d9c9e21b51
docs: add academy banner
2025-08-14 09:40:49 -07:00
github-actions[bot]
f23ddf66f8
Version Packages ( #1506 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tat Dat Duong <david@duong.cz >
2025-08-11 17:43:16 +00:00
David Duong
11e95e0767
feat(sdk): add isStudioUser for custom auth ( #1395 )
2025-07-14 23:04:19 +00:00
Lauren Hirata Singh
09133435c4
docs: Academy banner ( #1317 )
2025-06-26 15:56:51 +02:00
David Duong
62719067eb
fix(docs): typo in agents tools.md ( #1294 )
2025-06-18 00:33:48 +00:00
Lauren Hirata Singh
15569855d4
revert incident banner
2025-06-12 17:11:30 -04:00
Lauren Hirata Singh
0e178340e7
incident banner
2025-06-12 16:02:44 -04:00
Eugene Yurtsev
fea0dd621d
x
2025-06-11 10:13:35 -04:00
Hunter Lovell
10584d7741
fix(docs): use MessagesZodState instead of MessagesZodSchema ( #1270 )
2025-06-08 23:04:13 +00:00
David Duong
4ad95745c8
release(langgraph): 0.3.0 ( #1250 )
2025-06-03 00:35:34 +02:00
Eugene Yurtsev
bb33feb8bc
docs: add gtm ( #1252 )
2025-06-02 16:59:33 -04:00
Eugene Yurtsev
5e85010619
x
2025-06-02 16:25:50 -04:00
Eugene Yurtsev
0ccbbae66d
x
2025-06-02 16:25:23 -04:00
Eugene Yurtsev
afc7b531d9
x
2025-06-02 15:35:04 -04:00
Eugene Yurtsev
76b2ba984b
x
2025-06-02 14:58:18 -04:00
Eugene Yurtsev
1003a5f99c
x
2025-06-02 14:56:35 -04:00
David Duong
43d1f326a8
fix(docs): typos ( #1167 )
2025-05-30 18:01:05 +02:00
Hunter Lovell
6e8cf36386
chore(langgraph): walk back docs on zod intersections
2025-05-22 11:12:43 -07:00
Hunter Lovell
4909b61b18
fix(docs): wrong backlink for zod state callout
2025-05-22 11:12:43 -07:00
Hunter Lovell
45213cb30f
chore(docs): add zod messages state callout
2025-05-22 11:12:43 -07:00
Tat Dat Duong
061ae951ed
fix(docs): ensure that we're not calling .addNode / .addEdge without existing reference to StateGraph builder
...
Closes Type System Mismatch Between Documentation and Implementation #1143
2025-05-19 16:56:04 +02:00
Ben Burns
798223922c
chore(docs): link new use_threads cloud doc
2025-05-12 19:31:29 -07:00