Lauren Hirata Singh and GitHub
6fc21046cd
Update libs/langgraph/README.md
2025-05-23 22:06:43 -04:00
Lauren Hirata Singh and GitHub
754420e9a2
Update libs/langgraph/README.md
2025-05-23 22:03:39 -04:00
Diwakar Gupta and GitHub
1ba2b3fba9
Merge branch 'main' into fix-examples-link-readme
2025-05-22 22:34:22 +05:30
David Duong and GitHub
39172f2ff9
feat(graph): add push_message method to push manually to messages / message-tuple stream ( #4722 )
2025-05-22 01:01:48 +02:00
Tat Dat Duong
ab924c72fa
Add message state test
2025-05-22 00:49:23 +02:00
Nuno Campos
1833889316
Apply same condition for stream_mode=values in suppress interrupt
2025-05-21 15:23:27 -07:00
Tat Dat Duong
7a6bdb3441
Remove redundant cast
2025-05-22 00:23:26 +02:00
Tat Dat Duong
d2875cc576
feat(graph): add push_message method to push manually to messages / message-tuple stream
2025-05-22 00:18:12 +02:00
Tat Dat Duong
e77197a00f
Here as well
2025-05-22 00:13:22 +02:00
Tat Dat Duong
30e6ea7aed
Last uv.lock?
2025-05-22 00:13:10 +02:00
Tat Dat Duong
461afe0aa6
Again?
2025-05-22 00:12:40 +02:00
Tat Dat Duong
92f8dde61e
uv.lock?
2025-05-22 00:07:56 +02:00
Tat Dat Duong
f4f7a79907
Bump to 0.1.70
2025-05-22 00:03:48 +02:00
Tat Dat Duong
9c1267af1a
Import re
2025-05-22 00:03:41 +02:00
Tat Dat Duong
e0a4420b8e
feat(sdk-py): resumable streams
2025-05-22 00:03:41 +02:00
Nuno Campos and GitHub
96e2f68b2d
Only emit stream values chunks when the output channels have changed ( #4774 )
2025-05-21 13:09:42 -04:00
le-codeur-rapide and GitHub
8ec29b4df7
docs: fix example pregel reducer ( #4740 )
2025-05-21 10:38:29 -04:00
Sydney Runkle and GitHub
06607e08ea
prebuilts hitl: fix branching logic + add structural snapshot tests ( #4767 )
2025-05-21 09:29:59 -04:00
Diwakar Gupta and GitHub
364fdf5dfe
Merge branch 'main' into fix-examples-link-readme
2025-05-21 00:00:09 +05:30
Sydney Runkle and GitHub
bd52b1faa1
docs: deferred nodes ( #4759 )
2025-05-20 13:07:11 -04:00
Tat Dat Duong
325d9e3134
Bump to 0.0.77
2025-05-20 14:14:48 +02:00
Tat Dat Duong
b052ebf984
feat(sdk-js): add stream_resumable flag, that marks the stream as resumable
2025-05-20 14:13:47 +02:00
Nuno Campos and GitHub
46a9d3159d
Remove local_write utility ( #4751 )
...
- The validation isn't worth the cost of having to pass list of nodes to task config
2025-05-19 15:49:17 -04:00
Nuno Campos and GitHub
d825e39df9
Print output for cached @task functions ( #4750 )
2025-05-19 11:42:16 -07:00
Nuno Campos
53a1e7c9de
Print output for cached @task functions
2025-05-19 11:35:51 -07:00
Sydney Runkle and GitHub
7bd8616b1e
feature: Implement post_model_hook and HumanInterruptNode ( #4583 )
2025-05-19 14:07:42 -04:00
William FH and GitHub
95f92069a7
sqlite: Add test for search with list filters ( #4747 )
2025-05-18 23:50:27 -07:00
William FH and GitHub
6b28319796
sqlite: update list_namespaces with max_depth ( #4746 )
...
sqlite: update on conflict
2025-05-18 23:27:06 -07:00
William Fu-Hinthorn
15bafc54c8
Update lockfile
2025-05-17 21:55:46 -07:00
William FH and GitHub
725dd40fa7
Release sqlite store ( #4737 )
2025-05-17 21:49:03 -07:00
William FH and GitHub
c2a1b3af07
docs: Clean up adjective use in readme ( #4734 )
2025-05-17 21:43:14 -07:00
William FH and GitHub
025b634d98
SqliteStore ( #3608 )
2025-05-17 21:40:19 -07:00
Diwakar Gupta and GitHub
fe5d303ccd
Merge branch 'main' into fix-examples-link-readme
2025-05-17 13:56:41 +05:30
bracesproul
c21cf9fc1d
release(sdk-js): 0.0.76
2025-05-16 14:56:56 -07:00
David Duong and GitHub
cb95393c67
fix: Allow users to config whether or not stream subgraphs ( #4732 )
2025-05-16 23:51:25 +02:00
bracesproul
bb1edb4415
cr
2025-05-16 14:49:57 -07:00
bracesproul
6f1db4c60a
fix: Allow users to config whether or not stream subgraphs
2025-05-16 14:49:28 -07:00
Vadym Barda and GitHub
119a03bb00
ci: fix benchmark command ( #4729 )
2025-05-16 12:53:46 -07:00
Vadym Barda and GitHub
09138048bc
docs: document tuples in streaming guides ( #4690 )
2025-05-16 14:59:51 -04:00
Tat Dat Duong
c65919b3b2
Remove onResponse
2025-05-16 11:52:07 -07:00
Tat Dat Duong
0fa2b6c600
Bump to 0.0.75
2025-05-16 11:50:35 -07:00
Tat Dat Duong
9b2071b103
Fix tests
2025-05-16 11:50:09 -07:00
Tat Dat Duong
b3f13ee904
Add onRunCreated callback
2025-05-16 11:43:40 -07:00
Tat Dat Duong
bf239a06e1
Add callback for response object to get headers
2025-05-16 11:43:39 -07:00
Tat Dat Duong
cc25539018
feat(sdk-js): expose ID for SSE events, update joinStream
2025-05-16 11:43:39 -07:00
Tat Dat Duong
e9d1f5508a
package.json
2025-05-16 10:53:06 -07:00
Tat Dat Duong
c6157d90dd
feat(sdk-js): switch from jest to vitest, add useStream FE tests
2025-05-16 10:48:11 -07:00
Diwakar Gupta and GitHub
c9fa11ae7d
Merge branch 'langchain-ai:main' into fix-examples-link-readme
2025-05-16 16:32:53 +05:30
Sydney Runkle and GitHub
228a08b966
ci: migrate to uv! ( #4698 )
...
* Migrate to `uv`
* Format `pyproject.toml` files properly
* Remove upper bounds on dependencies, and bounds on dev dependencies
(we should be using latest)
* Move to hatch for packaing
In the future we should:
* Set up dependabot / automate lockfile updates and tests
* Add tests for min compatible versions (I'll do this right after merge)
* Use dynamic versioning
* Bump `pydantic` to v2.11.4 in the lockfile, we have some tests failing
2025-05-15 17:39:14 -07:00
Diw
988805d60b
fix link to examples page in readme.md
2025-05-15 23:11:17 +05:30