William FH and GitHub
88c603b00b
fix: (sdk-js) Expand ToolMessage Type ( #5015 )
2025-06-09 08:22:35 -07:00
Sydney Runkle and GitHub
b735452153
deprecate input and output in favor of input_schema and output_schema ( #4983 )
2025-06-06 19:44:56 -04:00
Sydney Runkle
5920d8aa92
using StateT as default for InputT
2025-06-06 12:58:19 -04:00
Sydney Runkle and GitHub
5e7566f4a3
lint: use pep 604 union syntax and pep 585 generic syntax ( #4963 )
...
* new union syntax
* fix test
* second round of conversions by injecting future annotations
* format + add top level makefile
2025-06-04 21:50:16 -04:00
Sydney Runkle and GitHub
494c8ef0d2
docs: remove references to StateGraph(dict) ( #4964 )
...
remove StateGraph(dict)
2025-06-04 21:29:19 -04:00
lc-arjun and GitHub
45e60ff9e1
fix: camel case to snake case conversion ( #4966 )
2025-06-04 17:31:12 -07:00
Nuno Campos
194c4c1d1c
cli 0.2.12
2025-06-04 15:50:07 -07:00
1a76f6a92a
🐛 [CLI] Generate one --build-context argument for each dependency in the docker build command. ( #4962 )
...
* Generate one `--build-context` for each dependency in the `docker build` command.
* Try and fix test
---------
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2025-06-04 22:48:48 +00:00
Sydney Runkle and GitHub
02f3944e88
rename retry -> retry_policy ( #4957 )
2025-06-04 14:55:06 +00:00
Nuno Campos
314115513c
Fix step_timeout causing ParentCommand/GraphInterrupt exception to bubble up
...
- We should not re-raise exceptions in commit() as that is now called in a future done callback
- panic_or_proceed takes care of re-raising exceptions as needed anyway
2025-06-03 17:26:29 -07:00
Nuno Campos
f8995f234c
Remove scheduler-kafka library
...
Superseded by upcoming distributed runner
2025-06-03 17:25:17 -07:00
Nuno Campos and GitHub
5f1d76ba3b
docs: fix a grammar issue in multiple files ( #4935 )
2025-06-03 17:04:20 -07:00
Asamu David and GitHub
13ebe1ad8c
cli v0.2.11 release ( #4941 )
2025-06-04 01:00:06 +01:00
David Asamu
ae2b766d0f
bump version
2025-06-04 00:53:56 +01:00
Nuno Campos and GitHub
b211d4e767
Make it possible to run test command without docker installed ( #4948 )
2025-06-03 16:29:14 -07:00
Nuno Campos and GitHub
0b609646d5
Fix async callback manager tag handling ( #4949 )
2025-06-03 16:23:22 -07:00
Nuno Campos
5ab5da767b
Pass tags when configuring async callback manager
2025-06-03 16:17:17 -07:00
Nuno Campos and GitHub
a534807ec9
Allow same-name channels and nodes in StateGraph ( #4944 )
2025-06-03 16:15:07 -07:00
Nuno Campos
89e827bd15
Make it possible to run test command without docker installed
2025-06-03 16:14:46 -07:00
Nuno Campos
7080eaa79e
docs: fix ensure_config docstring
2025-06-03 15:56:41 -07:00
Asamu David and GitHub
394ea1c12b
Merge branch 'main' into david/06-03/update-cli-version
2025-06-03 23:40:10 +01:00
Nuno Campos and GitHub
b00ea605e2
checkpoint-postgres: Use lock also for pipeline mode ( #4942 )
2025-06-03 15:30:04 -07:00
Nuno Campos
bb990715f1
Allow same-name channels and nodes in StateGraph
...
- We no longer auto create a same-name channel for each node, so this limitation can now be lifted
2025-06-03 15:29:49 -07:00
Nuno Campos
c31c940bbb
checkpoint-postgres: Use lock also for pipeline mode
2025-06-03 14:59:56 -07:00
Asamu David and GitHub
5c18123bb7
cli v0.2.11 release
...
## Description
bump cli version to 0.2.11
2025-06-03 21:37:25 +01:00
Asamu David and GitHub
7ba5636200
add support for image_distro in config file ( #4871 )
2025-06-03 20:59:06 +01:00
Sydney Runkle and GitHub
37c215b5a2
Improve type checking on graph init and invoke/stream ( #4932 )
2025-06-03 15:21:51 -04:00
Asamu David and GitHub
f528f5ebd6
Merge branch 'main' into david/05-28/support-image-distro-config
2025-06-03 18:18:22 +01:00
Michael Li
cd28bef155
docs: fix a grammar issue in multiple files
2025-06-04 01:20:29 +10:00
Tat Dat Duong
2b759a2a33
fix(sdk-js): uiMessageReducer should handle undefined metadata
2025-06-03 15:20:13 +02:00
Arjun Natarajan
f4b480c4b8
bump sdk
2025-06-02 18:13:36 -07:00
David Asamu
1e324b681a
update dockerfile generation logic, fix pip removal in wolfi
2025-06-03 01:43:59 +01:00
Arjun Natarajan
6002aebec5
maybe nees the full lint rewrite
2025-06-02 17:35:12 -07:00
Arjun Natarajan
b438210a0d
maybe fixes lint
2025-06-02 17:33:29 -07:00
Arjun Natarajan
b908e96541
need to export it here too
2025-06-02 17:27:33 -07:00
Arjun Natarajan
70dc0323c1
i want this exported
2025-06-02 17:26:20 -07:00
Arjun Natarajan
a75e40192f
perhaps better typing
2025-06-02 17:18:59 -07:00
Arjun Natarajan
952017fbe2
feat: support custom tracer when creating run in ts sdk
2025-06-02 17:17:07 -07:00
Nuno Campos
5e5840805e
Fix makefile command file for dev server
...
- pidfile was always empty
2025-06-02 16:35:48 -07:00
Nuno Campos
e5e78e4192
Fix Command(graph=PARENT) when used together w checkpointer=True
2025-06-02 16:05:32 -07:00
William FH and GitHub
e2b14a9499
feat: Add onRequest callback to JS SDK ( #4919 )
...
Add onRequest callback
2025-06-02 13:43:16 -07:00
Nuno Campos and GitHub
2563301f39
Remove unused deprecation decorator/warning ( #4917 )
2025-06-02 15:53:26 -04:00
David Asamu
bbbadc3db9
regenerate schema + lint & format
2025-06-02 20:50:48 +01:00
Sydney Runkle and GitHub
eaa1b37645
Require state_schema in StateGraph.__init__ ( #4897 )
2025-06-02 01:52:35 +00:00
David Duong and GitHub
624c688013
feat(sdk-js): add docs for reconnectOnMount, expose run metadata ( #4898 )
2025-06-02 01:53:46 +02:00
Tat Dat Duong
d05b323b88
feat(sdk-js): add docs for reconnectOnMount, expose run metadata
2025-06-02 01:52:40 +02:00
Nuno Campos and GitHub
78d3d8c802
Remove add_conditional_edge(..., then=) ( #4893 )
...
- This is redundant with deferred nodes, and not documented
2025-06-01 06:46:51 -04:00
Nuno Campos
d661d528b2
Avoid repeated runtime calls to get_type_hints
...
- Replace get_type_hints logic with much simpler implementation which only collects annotated keys (not the annotations themselves)
- Cache annotations in a WeakKeyDictionary
2025-05-30 16:30:53 -07:00
a5e6223569
Remove MessageGraph ( #4875 )
...
Remove MessageGraph
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2025-05-29 21:50:23 -04:00
Nuno Campos and Sydney Runkle
afb83d2201
Remove non-state Graph
...
- Not used in any examples/docs
2025-05-29 21:38:58 -04:00