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
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
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
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
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
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
Hassan Memon and GitHub
d1450a463e
Improved description for chatbot node function ( #1339 )
...
Updated the documentation to describe the chatbot node function's return value in a more Pythonic and enthusiastic way. The description now emphasizes that the function returns a dictionary with the updated messages list neatly tucked under the messages key.
2024-08-14 14:12:37 +00:00
Hassan Memon and GitHub
8daeb56194
Fix typo in documentation: corrected 'they agent's' to 'their agent's' ( #1338 )
2024-08-14 10:08:26 -04:00
Nuno Campos and GitHub
aa1b94166c
Merge pull request #1329 from langchain-ai/nc/13aug/config-checkpoint-passthrough
...
Passthrough checkpoint in config even when current sub-graph didn't choose to use it
2024-08-13 16:49:12 -07:00
Isaac Francisco and GitHub
307ae4cf66
link fixes ( #1336 )
2024-08-13 23:11:01 +00:00
gbaian10 and GitHub
0a25e865b9
docs: fix persistence_postgres.ipynb ( #1328 )
...
* docs: fix DB_URI port
* docs: remove unuse import
2024-08-13 16:06:13 -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
Nuno Campos and GitHub
e2a72bf511
Merge pull request #1311 from langchain-ai/nc/11aug/serde-more
...
checkpoint: Add support for serializing more python types
2024-08-12 17:54:07 -07:00
Vadym Barda and GitHub
519b3b9ce1
docs: add async python<=3.10 warning to streaming concepts ( #1324 )
...
* docs: add async python<=3.10 warning to streaming concepts
2024-08-13 00:48:20 +00:00
Lenni Justen and GitHub
408676913c
Remove extra bullet from index.md ( #1149 )
2024-08-12 17:21:32 -04:00
Vadym Barda and GitHub
21c842baf6
docs: update streaming example ( #1321 )
...
* docs: update streaming example
2024-08-12 21:11:07 +00:00
Lance Martin and GitHub
f7bda4c940
Minor clarifications on Memory in docs ( #1301 )
...
* Minor clarifications on Memory in docs
* Address comments
2024-08-12 13:42:57 -07:00
gbaian10 and GitHub
b8233ded23
docs: fix filter_messages error in manage-conversation-history.ipynb ( #1315 )
...
fix : #1314
2024-08-12 14:16:59 -04:00
Vadym Barda and GitHub
6a22b7c26f
docs: update async connection pool example in postgres how-to ( #1318 )
2024-08-12 13:24:59 -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 and GitHub
4e643baaa6
Merge pull request #1309 from langchain-ai/nc/11aug/skip-context-get-state
...
Skip initializing Context channels when calling get_state/get_state_history
2024-08-11 10:56:54 -07:00