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 Campos and GitHub
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 Duong and GitHub
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
vbarda
a161a9ca97
more explicit naming
2024-08-20 15:44:16 -04:00
vbarda
422ed92aef
sdk-py: add sync client
2024-08-20 15:42:43 -04:00
Vadym Barda and GitHub
314488b5c5
ci: run full test suite on all changes ( #1397 )
2024-08-20 08:47:12 -04:00
Nuno Campos and GitHub
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 Campos and GitHub
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 Campos and GitHub
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 Campos and GitHub
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
William Fu-Hinthorn
1bd40b2ebf
Do markdown
2024-08-16 15:45:56 -07:00
William Fu-Hinthorn
b5429b6342
Use START
2024-08-16 15:43:24 -07:00
Nuno Campos and GitHub
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
Nuno Campos
e916cab08f
Checkpoint errors in pending_writes, expose under StateSnapshot.tasks
...
- Save errors produced by tasks, under pending_writes
- Re-work logic to cancel other tasks when one fails, ready to change for interrupt exception
- Update serializer to handle exceptions
- Update get_state/get_state_history with new return value property "tasks" which contains a richer description of the next tasks, currently with id, name and error (if already ran and errored)
2024-08-16 13:11:27 -07:00
Vadym Barda and GitHub
e4f1f90127
update pyproject in monorepo to reflect consistent min python version ( #1369 )
2024-08-16 15:41:56 +00:00
Nuno Campos
a16a33806c
lib0.2.4
0.2.4
2024-08-15 15:37:51 -07:00
Nuno Campos and GitHub
007f419bdc
Merge pull request #1363 from Glavin001/patch-1
...
Include exception traceback in run_with_retry logging
2024-08-15 15:37:01 -07:00
Isaac Francisco and GitHub
5bee9e92b5
[docs]: add studio desktop callout ( #1361 )
2024-08-15 22:35:04 +00:00
Nuno Campos
6a68581a9f
Lint
2024-08-15 15:32:48 -07:00
Nuno Campos
78781b0a90
Use exc_info
2024-08-15 15:23:54 -07:00
Glavin Wiechert and GitHub
d15c5a46de
Include exception traceback in run_with_retry logging
2024-08-15 18:29:05 -03:00
Isaac Francisco and GitHub
ce37fd3a04
[docs]: studio faqs ( #1207 )
...
* draft
* spelling
* rephrases
* vadym comments
2024-08-15 11:56:00 -07:00
Isaac Francisco and GitHub
64636ee978
[docs]: add auth and small changes ( #1356 )
...
* wip
* m
* nit
2024-08-15 18:25:53 +00:00
Isaac Francisco and GitHub
388a9643a5
[docs]: copying threads ( #1350 )
...
* wip
* wip
* wip
* vadym comments
2024-08-15 11:19:18 -07:00
Nuno Campos and GitHub
c9f4b5aede
Merge pull request #1360 from langchain-ai/nc/14auug/debug-checkpoint-full
...
Add missing attributes to checkpoint event in debug output
2024-08-15 10:26:27 -07:00
Nuno Campos and GitHub
855139d869
Merge pull request #1299 from langchain-ai/dependabot/pip/libs/langgraph/aiohttp-3.10.2
...
build(deps-dev): bump aiohttp from 3.9.5 to 3.10.2 in /libs/langgraph
checkpoint==1.0.3
2024-08-15 10:20:16 -07:00
Nuno Campos
d07cbd34ce
checkpoint1.0.3
2024-08-15 10:19:50 -07:00
Nuno Campos
c701fef634
Lint
2024-08-15 09:40:53 -07:00
Nuno Campos
2c8fc3c9c6
Add missing attributes to checkpoint event in debug output
2024-08-15 09:30:29 -07:00
vbarda
45054df71a
remove include_subgraph_state kwarg
2024-08-14 21:07:56 -04:00
Isaac Francisco and GitHub
8ad797e261
fix ( #1353 )
2024-08-14 17:16:00 -07:00
Nuno Campos and GitHub
2dbfc8aca3
Merge pull request #1344 from langchain-ai/nc/14aug/ignore-serialized-values-missing-constructor
...
checkpoint: Ignore serialized values when constructor no longer available
2024-08-14 14:43:57 -07:00
vbarda
7fa97898aa
correctly propagate all subgraph attributes
2024-08-14 16:15:08 -04:00
Isaac Francisco and GitHub
3b2d5f02e1
[docs]: cloud how to for checking thread status ( #1346 )
...
* draft
* nit
* harrison comments
* spelling
2024-08-14 11:56:43 -07:00
Isaac Francisco and GitHub
34fd833b04
[docs]: purge message graph ( #1330 )
...
* purge message graph
* docstrings
* use with dicts
2024-08-14 11:16:38 -07:00
vbarda
6531ec7669
remove inherit checkpointer
2024-08-14 14:14:06 -04:00
Nuno Campos
728b283063
checkpoint: Ignore serialized values when constructor no longer available
2024-08-14 10:59:14 -07:00
Isaac Francisco and GitHub
a3dd43b39b
x ( #1343 )
2024-08-14 16:32:49 +00:00
Isaac Francisco and GitHub
41a6eb7cf4
[docs]: add CURL commands to some how-tos ( #1325 )
2024-08-14 12:31:24 -04:00
vbarda
409b915a3f
code review
2024-08-14 12:10:07 -04:00
Isaac Francisco and GitHub
c04133b1df
[docs]: cloud hil review tool calls ( #1334 )
...
* hil review tool calls
* interrupt note
2024-08-14 08:03:15 -07:00