芥子观须弥 and GitHub
6633173918
Fix: Ensure route function returns "b" to enable a → b → a loop ( #4738 )
...
fix: correct route function to return 'b' instead of 'a' when not terminating
This fixes a bug in the graph API how-to where the route function incorrectly returned 'a'. Now it correctly returns 'b' as intended.
2025-05-23 23:56:51 +00:00
Nuno Campos
0139e11ae5
0.4.7
0.4.7
2025-05-23 16:51:48 -07:00
Nuno Campos and GitHub
bfbe55ab64
Fix stream mode not respected in subgraphs ( #4806 )
2025-05-23 16:47:01 -07:00
Nuno Campos
36478eb745
Fix stream mode not respected in subgraphs
...
- The default applied for subgraphs should be applied only when stream mode arg not passed in
2025-05-23 16:40:51 -07:00
Nuno Campos and GitHub
8fb91569b9
Add tests for stream_events when using imperative api ( #4805 )
2025-05-23 16:40:38 -07:00
Nuno Campos
9bf6728354
Try to make test less flaky
2025-05-23 16:32:51 -07:00
Nuno Campos
126a8f5bc6
Lock
2025-05-23 16:22:12 -07:00
Nuno Campos
9170f636d0
Lock
2025-05-23 16:14:15 -07:00
Nuno Campos
8207d3fefb
Add tests for stream_events when using imperative api
2025-05-23 16:11:12 -07:00
Nuno Campos
ade3f372a5
0.4.6
0.4.6
2025-05-23 15:24:07 -07:00
Nuno Campos and GitHub
3a55d1137b
Fix exception handling for imperative tasks ( #4802 )
2025-05-23 15:23:15 -07:00
Nuno Campos
bece43dc67
Fix
2025-05-23 15:06:18 -07:00
Nuno Campos
913b8d5e95
Lint
2025-05-23 14:32:45 -07:00
Andrew Nguonly and GitHub
29f6ea7f61
docs: Add warning about immutable deployment types ( #4804 )
...
* Add more details about database for deployment types. Clarify that deployment type cannot be changed.
* Add note about Development type disk capacity.
2025-05-23 14:04:46 -07:00
Nuno Campos
3c0d9346c2
Add sync test
2025-05-23 13:51:13 -07:00
Nuno Campos
0ebb78d9b2
Fix
2025-05-23 13:50:11 -07:00
Nuno Campos
70153ceba2
Fix exception handling for imperative tasks
...
- These exceptions should not be re-raised at end of tick, given they're handled explicitly by the developer in their entrypoint
2025-05-23 12:26:27 -07:00
Sydney Runkle and GitHub
a9c87ed8b6
prebuilt: release 0.2.1 ( #4801 )
...
lockfile and version updates
prebuilt==0.2.1
2025-05-23 18:07:24 +00:00
Sydney Runkle and GitHub
837fe59e24
prebuilt: support provider builtin tools in create_react_agent ( #4800 )
2025-05-23 13:58:53 -04:00
Andrew Nguonly and GitHub
596a26461c
docs: Add note about Enterprise plan in banner for all self-hosted deployment options. ( #4797 )
...
Add note about Enterprise plan in banner for all self-hosted deployment options.
2025-05-22 18:38:06 -07:00
Sydney Runkle and GitHub
aff3be03dc
prebuilt: release 0.2.0 ( #4793 )
prebuilt==0.2.0
2025-05-22 17:54:58 +00:00
David Duong and GitHub
1000b81eca
feat(langgraph): push_messages should directly write to the state ( #4791 )
2025-05-22 19:41:51 +02:00
Tat Dat Duong
10c6ed7320
Code review
2025-05-22 19:35:44 +02:00
Tat Dat Duong
28e0e7f3ae
feat(langgraph): push_messages should directly write to the state
2025-05-22 19:35:15 +02:00
Sydney Runkle and GitHub
87fa661ac0
temp: remove ToolInterruptNode code ( #4792 )
...
remove tool node specific code for post_model_hook release
2025-05-22 13:28:59 -04:00
David Duong and GitHub
3189b8fcda
feat(sdk-js): Add rejoining of streams ( #4744 )
2025-05-22 19:19:07 +02:00
Tat Dat Duong
74b18acfc2
Bump to 0.0.78
2025-05-22 19:08:39 +02:00
Tat Dat Duong
1ff5e2966b
Add joinStream method
2025-05-22 19:07:01 +02:00
Diwakar Gupta and GitHub
1ba2b3fba9
Merge branch 'main' into fix-examples-link-readme
2025-05-22 22:34:22 +05:30
Tat Dat Duong
102b1f63f3
Fix assumption on sessionStorage
2025-05-22 19:01:14 +02:00
Tat Dat Duong
74dbccd408
Rename to reconnectOnMount
2025-05-22 18:42:38 +02:00
Tat Dat Duong
f5a2410ddc
Make useStream more hackable
2025-05-22 18:38:09 +02:00
Sydney Runkle and GitHub
4cade428d8
docs: adding interactive graph widget ( #4785 )
2025-05-22 12:23:43 -04:00
Tat Dat Duong
5823a659fc
use sessionStorage instead
2025-05-22 18:11:38 +02:00
Tat Dat Duong
f2c32727e8
Fix invalid states
2025-05-22 18:09:16 +02:00
Tat Dat Duong
9d71d941fd
resumable
2025-05-22 17:45:52 +02:00
Tat Dat Duong
0db618ae75
Further cleanup
2025-05-22 17:45:52 +02:00
Tat Dat Duong
49746ab3a3
Code cleanup
2025-05-22 17:45:51 +02:00
Tat Dat Duong
5c7ef9a4fc
Fix race condition
2025-05-22 17:45:51 +02:00
Tat Dat Duong
62e688bb37
Add rejoining of streams
2025-05-22 17:45:51 +02:00
Sydney Runkle and GitHub
42eff39cd0
docs: fix top nav ( #4783 )
...
fix top nav
2025-05-21 19:30:13 -04:00
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
Nuno Campos and GitHub
0202c83e73
Apply same condition for stream_mode=values in suppress interrupt ( #4782 )
2025-05-21 15:55:55 -07: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
David Duong and GitHub
ea7f45dba7
feat(sdk-py): resumable streams ( #4765 )
sdk==0.1.70
2025-05-22 00:19:43 +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