William Fu-Hinthorn
70c5a22e4b
Warn invalid state
2024-05-20 09:33:19 -07:00
Nuno Campos
d63b15dc47
0.0.50
2024-05-17 15:37:58 -07:00
Nuno Campos and GitHub
997bc8dc3a
Merge pull request #488 from langchain-ai/nc/17may/lc-20
...
Nc/17may/lc 20
2024-05-17 14:48:17 -07:00
Nuno Campos
0416da05b6
Fix
2024-05-17 14:45:29 -07:00
Nuno Campos
b7e2af6bd1
Update pyproject
2024-05-17 14:43:55 -07:00
Nuno Campos
695503a4d3
Update to langchain-core 0.2.0
...
- Use stream_events(version=v2) in tests
2024-05-17 14:38:51 -07:00
Nuno Campos
56c55e9521
Update core version range
2024-05-17 13:43:59 -07:00
Nuno Campos and GitHub
fb8868b710
Merge pull request #487 from andrewnguonly/sqlite-wal
2024-05-17 11:41:42 -07:00
Andrew Nguonly
daa921c120
Fix lint error.
2024-05-17 11:11:04 -07:00
Andrew Nguonly
0e77ad88ef
Fix typo: LastValue --> EphemeralValue.
2024-05-17 10:44:40 -07:00
Andrew Nguonly
93897c6df8
Enable write ahead log mode in SqliteSaver and AsyncSqliteSaver.
2024-05-17 10:41:20 -07:00
William FH and GitHub
c056ec9f54
[Docs] Capitalization Nits ( #485 )
2024-05-17 08:15:54 -07:00
Nuno Campos and GitHub
920978c4ab
Merge pull request #484 from langchain-ai/nc/16may/retry-policy
...
Add retry_policy for graphs
2024-05-16 18:10:32 -07:00
Nuno Campos
53501f6aaf
Lint
2024-05-16 16:00:19 -07:00
Nuno Campos
a4e88e930f
Disable retries by default
2024-05-16 15:59:45 -07:00
Nuno Campos
2414e0ab5e
Add retry_policy for graphs
...
- default is to retry, fully configurable
- configuration options follow temporal https://docs.temporal.io/retry-policies#properties
2024-05-16 15:44:30 -07:00
Nuno Campos and GitHub
f03930ad36
Merge pull request #454 from langchain-ai/nc/add-node-single-arg
...
Add single arg overload for add_node, which takes function/runnable's…
2024-05-16 10:59:23 -07:00
William FH and GitHub
347e546c84
Fixup some syntax issues in docstrings ( #483 )
2024-05-16 10:17:10 -07:00
William FH and GitHub
9da2c7fecc
Update sqlite error for async ( #481 )
2024-05-16 09:51:07 -07:00
William FH and GitHub
f4a2da9095
Update copy script ( #478 )
2024-05-16 07:21:46 -07:00
William FH and GitHub
9d0b5d6193
discuss ( #475 )
2024-05-16 00:14:23 -07:00
William FH and GitHub
0eab47f6ec
retries ( #471 )
2024-05-15 23:05:06 -07:00
William FH and GitHub
9977501480
Cleanup spacing in docstring ( #470 )
2024-05-15 20:05:39 -07:00
William FH and GitHub
4209508556
Tool Validator Node ( #468 )
2024-05-15 20:02:38 -07:00
William FH and GitHub
a308eb5f3b
Rm __end__ in lats ( #469 )
2024-05-15 19:43:12 -07:00
William FH and GitHub
3cd20efcbc
Export START ( #467 )
2024-05-15 18:08:06 -07:00
William FH and GitHub
d8c3e70900
Accept raw functions ( #466 )
2024-05-15 17:03:51 -07:00
William FH and GitHub
aef06f17ed
Add pointers to create_react_agent in how-tos where appropriate ( #464 )
2024-05-15 13:50:12 -07:00
Zeeland and GitHub
9c0f9fdb31
Add graph for hierarchical agent teams ( #458 )
2024-05-15 10:55:31 -07:00
William FH and GitHub
4f8346df35
Handle Async Callable ( #457 )
2024-05-15 10:54:53 -07:00
William FH and GitHub
6774ac1db2
update footer ( #456 )
2024-05-14 18:55:34 -07:00
Nuno Campos
6f888b6206
Add single arg overload for add_node, which takes function/runnable's name as the node name
2024-05-14 17:51:25 -07:00
Nuno Campos and GitHub
835c411148
Merge pull request #453 from langchain-ai/nc/14may/checkpoint-id-uuid6
...
Use uuid6 as the id for checkpoints
2024-05-14 17:00:02 -07:00
Nuno Campos
52b2c755d7
Use uuid6 as the id for checkpoints
...
- this avoids conflicts if multiple processes creating checkpoints in same thread at same time
- uuid6 with a monotically increasing clock_seq is sortable by creation time at ms precision (plus clock_seq for ties, plus 48 bits of randomness for further ties)
2024-05-14 16:56:25 -07:00
William FH and GitHub
72cb4bac1b
Migrate langchain deps ( #452 )
2024-05-14 16:48:21 -07:00
Nuno Campos
77db7bf825
0.0.49
2024-05-14 16:32:33 -07:00
Nuno Campos and GitHub
9a43234ae5
Merge pull request #451 from langchain-ai/nc/14may/small-fixes-ii
...
More small fixes following JS impl
2024-05-14 16:29:09 -07:00
Nuno Campos
a909d90b08
More small fixes following JS impl
2024-05-14 15:36:38 -07:00
Nuno Campos and GitHub
a694aaa2bb
Merge pull request #444 from langchain-ai/an/10may/few-shot-clone
...
Add `FewShotExamples` managed value (redo)
2024-05-14 15:35:48 -07:00
Andrew Nguonly
3f325e7b0c
Rename parameter for asearch() in BaseCheckpointSaver class.
2024-05-14 14:48:14 -07:00
Andrew Nguonly
306260185a
Remove commented out line.
2024-05-14 14:46:07 -07:00
Andrew Nguonly
78e3a240f1
Update implementation for constructing WHERE clause for SqliteSaver so that parameter values are not hardcoded, but bound instead.
2024-05-14 14:44:59 -07:00
Nuno Campos and GitHub
46e173c189
Merge pull request #448 from langchain-ai/nc/14may/debug-output-include-task-idx-in-task-id
...
debug: Include task index in task id
2024-05-14 13:38:02 -07:00
Nuno Campos
273a836fc4
debug: Include task index in task id
2024-05-14 13:35:56 -07:00
Andrew Nguonly
6ce9a2860b
Rename metadata_query to metadata_filter.
2024-05-14 12:45:16 -07:00
Andrew Nguonly
28e5d8f699
Update FewShotExamples class to support setting filter and limit params.
2024-05-14 12:41:55 -07:00
Andrew Nguonly
3f34b03ba1
Wow. Adding back extra blank line.
2024-05-14 11:38:46 -07:00
Andrew Nguonly
0093b773f0
Remove extra blank line.
2024-05-14 11:37:04 -07:00
Nuno Campos and GitHub
d8af81312a
Merge pull request #447 from langchain-ai/nc/14may/small-fixes
...
Fix memory checkpointer list/alist
2024-05-14 11:24:04 -07:00
Andrew Nguonly
44c6b414c3
Update implementation of MemorySaver.asearch() to not use custom next_item() iterator function.
2024-05-14 11:23:41 -07:00