vbarda
895f5f00ab
update extract stopwords script
2024-06-18 09:57:28 -04:00
vbarda
a15cab8430
add js lint step
2024-06-18 09:44:16 -04:00
vbarda
955def0408
update caching logic + add names
2024-06-18 09:38:23 -04:00
vbarda
633b444e01
make the lint steps more flexible
2024-06-18 09:29:50 -04:00
vbarda
312bd05b3a
update lock
2024-06-17 21:44:31 -04:00
vbarda
91be831804
fix
2024-06-17 21:42:54 -04:00
vbarda
8174bc22fb
and even more small fixes
2024-06-17 21:40:55 -04:00
vbarda
c5ad863a04
even more small fixes
2024-06-17 21:38:02 -04:00
vbarda
fd5da5ec5e
more small fixes
2024-06-17 21:34:35 -04:00
vbarda
b7a6716274
small fixes
2024-06-17 21:20:41 -04:00
vbarda
d3ab444edf
CI
2024-06-17 21:12:53 -04:00
vbarda
1a06d500d4
libs: add cli, sdk-py, sdk-js and move core langgraph
2024-06-17 20:37:25 -04:00
dependabot[bot] and GitHub
e767ccf678
Bump urllib3 from 2.2.1 to 2.2.2
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 23:03:41 +00:00
Vadym Barda and GitHub
45e22f3f12
Merge pull request #662 from langchain-ai/vb/add-create-react-agent-nb
...
[docs]: add create_react_agent how-to notebook
2024-06-17 15:41:15 -04:00
vbarda
fe464591f7
code review
2024-06-17 15:25:47 -04:00
Lance Martin and GitHub
8620cc3289
Add evals to SQL agent tutorial ( #669 )
2024-06-17 08:51:12 -07:00
Nuno Campos and GitHub
321a63b57c
Merge pull request #677 from langchain-ai/nc/14jun/add-tests-checkpointer-errors
...
Add tests to ensure checkpointer errors are not swallowed
2024-06-14 13:39:30 -07:00
Nuno Campos
e8dc9f0678
old py
2024-06-14 13:35:28 -07:00
Nuno Campos
fe87c44da7
Add tests to ensure checkpointer errors are not swallowed
2024-06-14 13:32:21 -07:00
William FH and GitHub
336637437e
[Docs] Update to use v2.0 links ( #675 )
2024-06-14 12:38:44 -07:00
Nuno Campos
74b01a59e8
0.0.69
2024-06-14 11:59:11 -07:00
Nuno Campos and GitHub
b1a3e17b67
Merge pull request #673 from langchain-ai/nc/14jun/version-all-channel-changes
...
Version all channel changes
2024-06-14 11:58:28 -07:00
Nuno Campos and GitHub
66796db3c0
Merge pull request #668 from langchain-ai/nc/13jun/configurable-next-version
...
Allow checkpointer to customize assignment of channel versions
2024-06-14 11:58:20 -07:00
Nuno Campos
4ff56edc26
Update docstrings
2024-06-14 11:15:08 -07:00
Nuno Campos
faebaac554
Add docstring
2024-06-14 11:14:28 -07:00
Nuno Campos
758d62fd22
Version all channel changes
...
- previously when channels were cleared via update([]) or consume() that would not bump the version
- that behavior is not compatible with checkpointers that store blobs separately, which join checkpoint and blobs using version
- now update() and consume() return bool to indicate if version should be bumped
- this also avoids bumping version when nothing changed
2024-06-14 11:10:11 -07:00
Nuno Campos
033c29f55a
Support non-int versions, add tests for an example str version
2024-06-13 18:38:02 -07:00
Nuno Campos
d98e90a13e
Support float and str versions
2024-06-13 18:14:30 -07:00
Nuno Campos
a8b14a4e04
Allow checkpointer to override logic that creates the next version for each channel
2024-06-13 17:49:18 -07:00
vbarda
0b703444a1
update script/yml
2024-06-13 19:53:04 -04:00
vbarda
fabade8ff5
lint
2024-06-13 19:24:37 -04:00
vbarda
cfbb6ba7ee
code review
2024-06-13 19:21:56 -04:00
Nuno Campos
3f1e47d519
0.0.68
2024-06-13 16:18:18 -07:00
Nuno Campos and GitHub
d9ab5b73cf
Merge pull request #666 from langchain-ai/nc/13jun/update-core
...
Update core and add tests for cancellation of astream and astream_events v2
2024-06-13 16:17:50 -07:00
Nuno Campos
09c70d9eda
py 3.9
2024-06-13 16:13:56 -07:00
Nuno Campos
e88e246a73
Update core and add tests for cancellation of astream and astream_events v2
2024-06-13 16:12:01 -07:00
Lance Martin and GitHub
c227cc0d94
Merge pull request #655 from langchain-ai/ankush/06-11/sql-agent
...
sql agent tutorial
2024-06-13 11:15:51 -07:00
William FH and GitHub
f1158fcbbb
[Docs] Update ToolNode docstring ( #664 )
...
To impart more clarity on what it expects and returns.
2024-06-13 10:13:15 -07:00
Nuno Campos
6db7f3b2b5
0.0.67
2024-06-13 09:29:03 -07:00
Nuno Campos and GitHub
cc91110257
Merge pull request #663 from langchain-ai/nc/13jun/adjust-default-error-policy
...
Adjust default error policy
2024-06-13 09:24:43 -07:00
Nuno Campos
b6cc30c6d4
Adjust default error policy
...
- Add information about the last exception to retry logging
- Add a few more exceptions to the list not retried by default
2024-06-13 09:23:01 -07:00
vbarda
ca4ce87c00
nit
2024-06-13 11:10:47 -04:00
vbarda
4ecb8fa088
add docs mention
2024-06-13 11:09:57 -04:00
vbarda
b010ce6544
add create_react_agent how-to notebook
2024-06-13 11:07:40 -04:00
Ankush Gola
3ae9ca9184
lint
2024-06-12 14:29:14 -07:00
Ankush Gola
8ca641cda6
nits
2024-06-12 13:39:59 -07:00
Ankush Gola
cf1c0a7d2d
add image
2024-06-12 13:37:01 -07:00
Ankush Gola
e21a0d69fb
uncomment chinook
2024-06-12 13:26:18 -07:00
Ankush Gola
f96ff9386b
update agent
2024-06-12 13:25:07 -07:00
William FH and GitHub
fe11bb77ab
Update Lockfile ( #644 )
...
Removes a security warning
2024-06-12 11:37:12 -07:00