Nuno Campos
3d33b575d6
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
Nuno Campos
9cfb4b01c8
postgres: Fix args to put_writes
2024-08-19 15:54:49 -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
8a7c6b4fa7
Add xray test
2024-08-19 12:05:36 -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
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
Nuno Campos
a16a33806c
lib0.2.4
2024-08-15 15:37:51 -07: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
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
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
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
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
vbarda
409b915a3f
code review
2024-08-14 12:10:07 -04:00
Nuno Campos
3b56cdf524
Add Runs.join_stream endpoint
2024-08-13 17:35:31 -07:00
vbarda
d9618880a3
update logic for latest snapshot's subgraph snapshots
2024-08-13 20:13:13 -04:00
Vadym Barda and GitHub
392891f5fc
Merge branch 'main' into vb/update-get-state
2024-08-13 18:20:32 -04:00
vbarda
58887a5a3b
checkpoints/interrupts for subgraphs triggered by sends
2024-08-13 18:15:57 -04:00
Nuno Campos
a01c1c2bfa
Passthrough checkpoint in config even when current sub-graph didn't choose to use it
2024-08-13 10:27:48 -07:00
vbarda
3295274711
fix empty snapshot
2024-08-13 10:23:53 -04:00
vbarda
0135c6f743
correct check for using parent checkpointer
2024-08-13 10:07:52 -04:00
vbarda
f65d9b2b7d
pass subgraph nodes/channels
2024-08-12 20:29:09 -04:00
vbarda
abe9b7c08e
lint
2024-08-12 16:32:22 -04:00
vbarda
6d4cdc9456
opt-in
2024-08-12 16:29:15 -04:00
vbarda
5033044587
update checkpointer tests
2024-08-12 16:22:27 -04:00
vbarda
fb05bdc2bf
return all checkpoints from .list
2024-08-12 15:52:17 -04:00
vbarda
9948125745
add checkpointer=INHERIT_CHECKPOINTER
2024-08-12 14:27:50 -04:00
vbarda
322cfc46d3
cleanup
2024-08-12 12:43:28 -04:00
vbarda
c9d6a41d75
Merge branch 'main' into vb/update-get-state
2024-08-12 10:26:56 -04:00
Nuno Campos
a64c0a2679
Add pathlib.Path and re.Pattern
2024-08-11 19:40:11 -07:00
Nuno Campos
fdc5aece52
Add Decimal
2024-08-11 19:34:22 -07:00
Nuno Campos
685db62029
checkpoint: Add support for serializing more python types
...
- all ip interfaces
- deque,
- ZoneInfo
- date
- time
2024-08-11 19:27:29 -07:00
Nuno Campos
9634468260
Skip initializing Context channels when calling get_state/get_state_history
2024-08-11 10:47:19 -07:00
dependabot[bot] and GitHub
b45273d112
build(deps-dev): bump aiohttp from 3.9.5 to 3.10.2 in /libs/langgraph
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.9.5 to 3.10.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-09 18:26:13 +00:00
Vadym Barda and GitHub
d98eec6e91
checkpoint-postgres: vbump & add a note to readme ( #1295 )
2024-08-09 09:42:53 -04:00
Vadym Barda and GitHub
659586947d
checkpoint-postgres: fix setup for AsyncPostgresSaver ( #1294 )
2024-08-09 13:39:30 +00:00
isaac hershenson
eee91d2129
wip
2024-08-08 15:29:40 -07:00
Jacob Lee and GitHub
dce73fde66
Clarify send API docstring ( #1280 )
2024-08-08 12:59:23 -07:00