Nuno Campos
|
d85e267a83
|
Add interrupts and errors to debug stream mode
- move remaining output code from Pregel.stream to PregelLoop
|
2024-08-21 16:23:48 -07:00 |
|
Nuno Campos
|
9147d05cc4
|
lib0.2.9
0.2.9
|
2024-08-21 14:32:15 -07:00 |
|
 Nuno CamposandGitHub
|
46171dd759
|
Merge pull request #1418 from langchain-ai/nc/21aug/fix-pending-interrupt-run
Fix pending run when interrupt exception is used
|
2024-08-21 14:29:59 -07:00 |
|
Nuno Campos
|
47ed3d97e9
|
Fix pending run when interrupt exception is used
|
2024-08-21 14:25:00 -07:00 |
|
 Nuno CamposandGitHub
|
06c2481783
|
Merge pull request #1415 from langchain-ai/nc/21aug/loop-rm-pregel-arg
Remove graph arg to PregelLoop
|
2024-08-21 14:24:40 -07:00 |
|
 Vadym BardaandGitHub
|
1907646bd4
|
sdk-py: release 0.1.28 (#1417)
sdk==0.1.28
|
2024-08-21 17:10:18 -04:00 |
|
 Vadym BardaandGitHub
|
3a65f83ae1
|
sdk-py: allow passing custom headers (#1416)
|
2024-08-21 21:05:03 +00:00 |
|
 Nuno CamposandGitHub
|
57811a6bfd
|
Merge pull request #1414 from langchain-ai/nc/21aug/combine-managers
Combine channel and managed values manager
|
2024-08-21 13:49:15 -07:00 |
|
Nuno Campos
|
02697b5712
|
Remove graph arg to PregelLoop
|
2024-08-21 13:45:42 -07:00 |
|
Nuno Campos
|
e76f4cc434
|
Combine channel and managed values manager
|
2024-08-21 13:30:18 -07:00 |
|
Nuno Campos
|
14ec51601c
|
lib0.2.8
|
2024-08-21 12:09:11 -07:00 |
|
 Nuno CamposandGitHub
|
14976d4c56
|
Interrupts shouldn't be retried (#1413)
* Interrupts shouldn't be retried
* Add async test
* Lint
|
2024-08-21 12:08:58 -07:00 |
|
Nuno Campos
|
2f41b2891b
|
lib0.2.7
0.2.7
|
2024-08-21 11:33:54 -07:00 |
|
 Nuno CamposandGitHub
|
c857a77dd1
|
Merge pull request #1352 from langchain-ai/nc/14aug/scoped-value
Add SharedValue
|
2024-08-21 11:33:18 -07:00 |
|
Nuno Campos
|
5fb2c2c6f8
|
Lint
|
2024-08-21 11:27:04 -07:00 |
|
Nuno Campos
|
4250ff92b8
|
Fix
|
2024-08-21 11:25:37 -07:00 |
|
Nuno Campos
|
7fd4a9ed30
|
Lint
|
2024-08-21 10:48:52 -07:00 |
|
Nuno Campos
|
2106b5e4a6
|
Lint
|
2024-08-21 10:48:04 -07:00 |
|
Nuno Campos
|
1af0367b34
|
Add error message
|
2024-08-21 09:41:53 -07:00 |
|
Nuno Campos
|
f037a2e9cb
|
Update docstring
|
2024-08-21 09:39:58 -07:00 |
|
Nuno Campos
|
aa1a6be160
|
Rename more
|
2024-08-21 09:36:21 -07:00 |
|
Nuno Campos
|
c9e6ee6da7
|
Rename
|
2024-08-21 09:34:12 -07:00 |
|
Nuno Campos
|
bd7b9cca21
|
WIP
|
2024-08-21 09:30:47 -07:00 |
|
Nuno Campos
|
b228fc1a9b
|
Add serde
|
2024-08-21 09:30:34 -07:00 |
|
Nuno Campos
|
c3794f1fd3
|
Use batched async kv inside loop
|
2024-08-21 09:30:22 -07:00 |
|
Nuno Campos
|
4e1db854f6
|
Add async test
|
2024-08-21 09:30:22 -07:00 |
|
Nuno Campos
|
630d9c79ed
|
Split out async batch to sep file
|
2024-08-21 09:30:22 -07:00 |
|
Nuno Campos
|
8f8f3849fc
|
Lint
|
2024-08-21 09:30:22 -07:00 |
|
Nuno Campos
|
656f89e16a
|
Lint
|
2024-08-21 09:30:22 -07:00 |
|
Nuno Campos
|
9b90a24d94
|
Lint
|
2024-08-21 09:30:22 -07:00 |
|
Nuno Campos
|
77d7deb033
|
Rename
|
2024-08-21 09:30:22 -07:00 |
|
Nuno Campos
|
7ca37afc74
|
Fix
|
2024-08-21 09:30:21 -07:00 |
|
Nuno Campos
|
2bc0e2df42
|
Fix
|
2024-08-21 09:30:21 -07:00 |
|
Nuno Campos
|
1dc09dc45f
|
Remove warning on write to managed channel
|
2024-08-21 09:30:21 -07:00 |
|
Nuno Campos
|
1cc02825ea
|
Add ScopedValue
- state shared between threads
|
2024-08-21 09:30:21 -07:00 |
|
Nuno Campos
|
d1b7a787ee
|
lib0.2.6
0.2.6
|
2024-08-21 09:22:27 -07:00 |
|
 Nuno CamposandGitHub
|
f8b053a286
|
Enable raising Interrupt from inside a node, add list of current interrupts to get_state (#1354)
* Enable raising Interrupt from inside a node, add list of current interrupts to get_state
* Lint
* Allow multiple interrupt values in exception
* Better typings
* Fix some tests
* Fix up
* Lint
* Add test
* Lint
* WIP stay=True
* Fix tests for get_state
* Remove ids
* Fix step count
* 999
* less fun
* Undo
* Update debug interface
* Remove ability to pass multiple values
* Undo
|
2024-08-21 16:19:15 +00:00 |
|
 David DuongandGitHub
|
ebf060675d
|
feat(js-sdk): add config and parent_config to thread state schema (#1411)
* feat(js-sdk): add config and parent_config to thread state schema
* Bump to 0.0.5
|
2024-08-21 17:00:10 +02:00 |
|
Nuno Campos
|
3d33b575d6
|
0.2.5
0.2.5
|
2024-08-20 16:59:04 -07:00 |
|
 Vadym BardaandGitHub
|
314488b5c5
|
ci: run full test suite on all changes (#1397)
|
2024-08-20 08:47:12 -04:00 |
|
 Nuno CamposandGitHub
|
6e4dc26890
|
Merge pull request #1396 from langchain-ai/nc/19aug/fix-args
postgres: Fix args to put_writes
|
2024-08-19 15:57:44 -07:00 |
|
Nuno Campos
|
9cfb4b01c8
|
postgres: Fix args to put_writes
|
2024-08-19 15:54:49 -07:00 |
|
 Nuno CamposandGitHub
|
e7d2621a05
|
Merge pull request #1395 from langchain-ai/nc/19aug/put-writes-idempotent
checkpoint-*: In put_writes clear any previously saved writes for this task_id
|
2024-08-19 15:48:40 -07:00 |
|
Nuno Campos
|
c0c534cbe3
|
Add pipeline arg
|
2024-08-19 15:44:22 -07:00 |
|
Nuno Campos
|
7aaeedd7ba
|
checkpoint-*: In put_writes clear any previously saved writes for this task_id
- Previously implementations were clearing only tasks if the index matched a previously saved one, which isn't enough to guarantee idempotency
|
2024-08-19 15:40:04 -07:00 |
|
 Nuno CamposandGitHub
|
e15d56c2f2
|
Merge pull request #1390 from langchain-ai/nc/19aug/add-xray-test
Add xray test for issue #593
|
2024-08-19 12:09:51 -07:00 |
|
Nuno Campos
|
8a7c6b4fa7
|
Add xray test
|
2024-08-19 12:05:36 -07:00 |
|
 Nuno CamposandGitHub
|
2e073473dc
|
Merge pull request #1389 from langchain-ai/nc/19aug/fix-ready-signal
cli: Fix ready signal
|
2024-08-19 08:26:14 -07:00 |
|
Nuno Campos
|
31dcd15927
|
cli: Fix ready signal
|
2024-08-19 07:52:00 -07:00 |
|
 Nuno CamposandGitHub
|
fc95028738
|
Merge pull request #1370 from langchain-ai/nc/16aug/checkpoint-errors
Checkpoint errors in pending_writes, expose under StateSnapshot.tasks
|
2024-08-16 13:15:40 -07:00 |
|