William FH and GitHub
6eea15ec3b
Add store in platform ( #4266 )
2025-04-14 17:52:14 +00:00
vbarda
0e111b2f44
3.9
2025-04-14 13:23:26 -04:00
vbarda
b526fe0a4b
set max recursion depth
2025-04-14 13:21:00 -04:00
vbarda
062bf4d717
Merge branch 'vb/fix-command-messages' of github.com:langchain-ai/langgraph into vb/fix-command-messages
2025-04-14 13:20:48 -04:00
vbarda
173f4f6ccf
Merge branch 'main' into vb/fix-command-messages
2025-04-14 13:13:49 -04:00
Vadym Barda and GitHub
9a45a5b0f2
Merge branch 'main' into vb/pydantic-command
2025-04-14 13:06:22 -04:00
vbarda
2c557e9e46
move to fields
2025-04-14 13:00:03 -04:00
William FH and GitHub
6c34e599ab
Re-warn for omitted nav ( #4265 )
2025-04-14 09:56:41 -07:00
vbarda
d4224a7abb
Merge branch 'main' into vb/pydantic-command
2025-04-14 12:56:22 -04:00
Andrew Nguonly and GitHub
c700dab97c
docs: Add docs for LANGSMITH_TRACING env var ( #4257 )
2025-04-13 15:33:44 -07:00
vbarda
704b78b8fe
tests
2025-04-12 10:45:10 -04:00
vbarda
2ed453debe
factor out util
2025-04-12 10:34:02 -04:00
Nuno Campos
62b2580ad5
0.3.29
0.3.29
2025-04-11 16:21:09 -07:00
Nuno Campos
dfbf0ddbcb
Don't run branch reader in bg thread
2025-04-11 16:20:45 -07:00
Nuno Campos and GitHub
41bb20ee5e
Reduce perf impact of set_context ( #4256 )
...
- call it less often
- find the run from the run manager at callsite
2025-04-11 15:32:42 -07:00
Nuno Campos
560d6a1f65
Reduce perf impact of set_context
...
- call it less often
- find the run from the run manager at callsite
2025-04-11 15:01:17 -07:00
vbarda
dc6fa9ed30
langgraph: handle pydantic updates consistently in Command
2025-04-11 17:51:56 -04:00
Andrew Nguonly and GitHub
a9be75f745
docs: Add Data Plane features sections for custom Postgres/Redis, tracing, telemetry, and licensing ( #4254 )
2025-04-11 14:48:20 -07:00
Nuno Campos and GitHub
20e3469296
Merge branch 'main' into vb/fix-command-messages
2025-04-11 14:27:26 -07:00
233cca1357
Update langgraph_platform.md ( #4251 )
...
Co-authored-by: Catherine <catherine@langchain.dev >
2025-04-11 15:29:11 -04:00
Andrew Nguonly and GitHub
d1ac0a0e13
docs: Add alpha and beta labels for respective LangGraph Platform deployment options ( #4249 )
...
### Summary
Examples:



2025-04-11 12:01:43 -07:00
vbarda
5071a6cd97
langgraph: support streaming messages from Command.update
2025-04-11 14:05:13 -04:00
Nuno Campos and GitHub
72d7b23638
Use tuple entry for control branch ( #4248 )
2025-04-11 10:29:44 -07:00
Nuno Campos
64aa1e6cd8
Use tuple entry for control branch
2025-04-11 09:53:54 -07:00
Nuno Campos and GitHub
d6f2f0c90d
Simplify path for control branch attached to every node ( #4247 )
...
- attached to every node to handle command/send return values
- used to be a full blown conditional edge, can be simpler by doing all
of it in a single function
2025-04-11 09:44:18 -07:00
Nuno Campos
5a7edead8c
Lint
2025-04-11 09:20:10 -07:00
Nuno Campos
8ff5c43cf0
Avoid creating contexts for control branches
2025-04-11 09:10:58 -07:00
Nuno Campos and GitHub
0eb32a4251
Avoid validating node input more than once per superstep ( #4242 )
2025-04-11 09:06:07 -07:00
Nuno Campos
3d12a2df59
Simplify path for control branch attached to every node
...
- attached to every node to handle command/send return values
- used to be a full blown conditional edge, can be simpler by doing all of it in a single function
2025-04-11 09:00:16 -07:00
Nuno Campos
04d3c9d30f
Use cache in attach_branch too
2025-04-11 08:38:14 -07:00
David Duong and GitHub
cddcf35c09
fix(cli): invert assumed python_version / js_version check ( #4245 )
cli==0.2.3
2025-04-11 16:49:46 +02:00
Tat Dat Duong
5eefc1d55d
fix(cli): invert assumed python_version / js_version check
2025-04-11 16:38:26 +02:00
Vadym Barda and GitHub
c9d4f1d77d
langgraph: release 0.3.28 ( #4243 )
0.3.28
2025-04-10 21:17:25 -04:00
Vadym Barda and GitHub
1e2888ce39
langgraph: allow passing a list of retry policies ( #4240 )
...
* support passing `retry=(RetryPolicy(...), RetryPolicy())`
* fix bugs with `default_retry_on` and backoff calculation
* add tests
2025-04-10 21:16:27 -04:00
Nuno Campos
4d1b3370df
Lint
2025-04-10 17:38:25 -07:00
Nuno Campos
bf5017f6e0
Lint
2025-04-10 17:29:36 -07:00
Nuno Campos
64086aa814
Avoid validating node input more than once per superstep
2025-04-10 17:28:00 -07:00
David Duong and GitHub
2a7d48582f
release(cli): 0.2.2 ( #4241 )
cli==0.2.2
2025-04-11 01:40:35 +02:00
Tat Dat Duong
b7bd87a063
release(cli): 0.2.2
2025-04-11 01:34:08 +02:00
David Duong and GitHub
2a825cc0e0
feat(cli): add multiplatform support ( #4239 )
...
- Uses new `install-node.sh` script already used for Python Gen UI
- Add default `node_version` / `python_version` based on provided
`graphs`
Closes #4115
2025-04-11 01:32:27 +02:00
Tat Dat Duong
436902e5a3
Consolidate node_version and python_version fix
2025-04-11 01:04:26 +02:00
Tat Dat Duong
0ac6a96c6e
Fix up
2025-04-11 00:41:16 +02:00
Tat Dat Duong
d9856d92af
Another 3.9 fix
2025-04-11 00:09:34 +02:00
Tat Dat Duong
b3487cbc49
Fix Python 3.9
2025-04-11 00:06:31 +02:00
Tat Dat Duong
d06075cbcf
Fix new style config
2025-04-11 00:04:44 +02:00
Tat Dat Duong
e0be9ae2ef
feat(cli): add multiplatform support
...
Uses new `install-node.sh` script already used for Python Gen UI, add default `node_version` / `python_version` based on provided `graphs`
2025-04-10 23:52:49 +02:00
Vadym Barda and GitHub
19cfe3a0a9
docs: fix title ( #4238 )
2025-04-10 17:17:36 -04:00
David Duong and GitHub
99a87abaa5
feat(docs): update typedoc references for auth ( #4236 )
2025-04-10 21:29:19 +02:00
William FH and GitHub
a03cb0b16d
CLI: Ensure correct api version is used ( #4237 )
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
cli==0.2.1
2025-04-10 15:56:07 +00:00
Tat Dat Duong
4be86b2a51
feat(docs): update typedoc references for auth
2025-04-10 17:03:03 +02:00