| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @langchain_langgraph-cli@1.4.4 source code.tar.gz | 2026-08-03 | 20.8 MB | |
| @langchain_langgraph-cli@1.4.4 source code.zip | 2026-08-03 | 21.8 MB | |
| README.md | 2026-08-03 | 789 Bytes | |
| Totals: 3 Items | 42.6 MB | 0 | |
Patch Changes
- #2645
059f3b8Thanks @christian-bromann! - fix(langgraph-api): stop wiping graph recursionLimit with undefined
When a run omitted config.recursion_limit, the server still passed
recursionLimit: undefined into streamEvents. Pregel spreads that over the
graph's withConfig default, so agents fell back to langchain-core's 25.
Omit undefined keys so bound limits (and deepagents' 10000) stick.
- Updated dependencies [
059f3b8]: - @langchain/langgraph-api@1.4.4