Commit Graph
1473 Commits
Author SHA1 Message Date
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]andGitHub 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 BardaandGitHub 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 MartinandGitHub 8620cc3289 Add evals to SQL agent tutorial (#669) 2024-06-17 08:51:12 -07:00
Nuno CamposandGitHub 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 FHandGitHub 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 CamposandGitHub 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 CamposandGitHub 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 CamposandGitHub 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 MartinandGitHub 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 FHandGitHub 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 CamposandGitHub 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 FHandGitHub fe11bb77ab Update Lockfile (#644)
Removes a security warning
2024-06-12 11:37:12 -07:00
Ankush Gola 9cdac632a7 sql agent tutorial 2024-06-12 10:27:42 -07:00
William FHandGitHub 35ee7ade6f [Docs] Add some missing installs (#649) 2024-06-11 22:22:31 -07:00
William FHandGitHub 2e56a8a953 [Doc] Fix image link (#646) 2024-06-11 18:18:24 -07:00
William FHandGitHub 4eab1739da [Docs] Add ruff linting to .ipynb files (#645) 2024-06-11 18:02:49 -07:00
Mal CurtisandGitHub 854bf2c295 Fix grammar in map-reduce.ipynb (#642) 2024-06-11 16:27:05 -07:00
Vadym BardaandGitHub 0da231231e Merge pull request #636 from langchain-ai/vb/improve-readme
improve README
2024-06-11 16:04:36 -04:00
vbarda 8d41c44e73 remove an extra pregel reference 2024-06-11 15:37:19 -04:00
vbarda 5d84d90706 one more cr 2024-06-11 15:15:00 -04:00
vbarda 42d952ea70 expand compilation 2024-06-11 14:53:45 -04:00