Nuno Campos
e4bfcffed4
pregel: Support retry policy per node
...
- to expose from StateGraph in future PR
2024-07-17 13:17:15 -07:00
Nuno Campos and GitHub
a184c7f23a
lib: Separate out executor logic from stream methods ( #1048 )
...
* lib: Separate out executor logic from stream methods
- first step towards splitting out tick and stream
* Lint
* Lint
* Lint
* Lint
2024-07-17 13:16:35 -07:00
clement.l and GitHub
a96f5f8f27
docs: fix typo in low_level.md ( #1044 )
2024-07-17 09:57:26 -04:00
Vadym Barda and GitHub
79dc1a64b3
langgraph: allow passing custom state & let message modifiers access state in create_react_agent ( #1023 )
2024-07-16 20:41:17 -04:00
924cd1f2d8
[docs]: minor changes for testing locally ( #1029 )
...
* small changes
* harrison comments
* Update docs/docs/cloud/deployment/test_locally.md
---------
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
2024-07-16 10:43:03 -07:00
William FH and GitHub
6fd1dc5697
Add note to docstring ( #1035 )
2024-07-16 08:43:49 -07:00
Arthur Berman and GitHub
09c5ebc94d
Update low_level.md ( #1016 )
...
replace add_edge by add_conditional_edges
fix a mistake
2024-07-16 08:43:40 -07:00
Vadym Barda and GitHub
ebeebcd095
sdk-js: release 0.0.2 ( #1033 )
2024-07-16 09:20:25 -04:00
Vadym Barda and GitHub
3713ba66a8
sdk-js: add thread_id and if_exists to ThreadsClient.create ( #1032 )
2024-07-16 09:18:22 -04:00
Jacob Lee and GitHub
449b42717c
Add guide on handling tool calling errors ( #1012 )
...
* Fix example
CC @vbarda
* Progress on tool calling errors
* Update
* Rename
* Format
* Clean up outputs
* Revert
* Use stream instead of invoke for final example
2024-07-15 23:22:50 -07:00
Bagatur and GitHub
2a1cdd31c5
langgraph[patch]: ToolNode support for tools outputting msg ( #977 )
...
ToolNode passes ToolCall to tools directly and outputs the generated ToolMessages directly
2024-07-15 16:40:37 -07:00
Nuno Campos and GitHub
5444563fdc
Only render end node if there is an edge leading to it ( #1022 )
2024-07-15 11:26:05 -07:00
Vadym Barda and GitHub
fad4de789f
sdk-py: release 0.1.26 ( #1026 )
sdk==0.1.26
2024-07-15 13:44:41 -04:00
Vadym Barda and GitHub
bf10f39b6b
docs: update delete messages how-to for clarity ( #1025 )
2024-07-15 13:36:19 -04:00
Vadym Barda and GitHub
ebf6316fa7
docs: fix collapsible code block affecting TOC in tutorial ( #1024 )
2024-07-15 13:16:28 -04:00
Vadym Barda and GitHub
647c5737f0
sdk-py: add if_exists to threads.create ( #1009 )
2024-07-15 12:15:43 -04:00
Vedanta SP and GitHub
9e7695085e
Update langgraph_self_rag_local.ipynb ( #1014 )
...
replaced pprint with print
2024-07-14 16:32:07 -04:00
Nuno Campos and GitHub
8cf10fa460
Specific error when updating state as an unknown node ( #1015 )
2024-07-14 06:54:01 -07:00
Vadym Barda and GitHub
3ef65c37b3
docs: add note for langgraph cloud checkpointers ( #1011 )
2024-07-12 16:48:03 -04:00
Vadym Barda and GitHub
4b5152fde5
docs: small fix in postgres docs ( #1010 )
2024-07-12 16:27:58 -04:00
Jacob Lee and GitHub
07c3c5ff6f
Hide output spacer column in docs ( #1008 )
2024-07-12 13:00:01 -07:00
Lance Martin and GitHub
ada17d2ccb
Improve visuals ( #1005 )
2024-07-12 12:55:32 -07:00
738f725aea
Support multiple interruptions after resuming execution ( #1004 )
...
* Support multiple interruptions
* Add async test, Use a different fix
* Update comment
---------
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2024-07-12 12:53:17 -07:00
Jacob Lee and GitHub
558a513a1a
Remove Jupyter cell 'In[<number>]' display column from docs ( #1007 )
2024-07-12 12:47:07 -07:00
Vadym Barda and GitHub
5a55974f15
docs: update postgres checkpointer ( #1001 )
2024-07-12 13:40:55 -04:00
Vadym Barda and GitHub
f84f9374d3
docs: bring back how-to on passing runtime values to tools ( #1003 )
2024-07-12 11:52:34 -04:00
Vadym Barda and GitHub
f8c87afee1
docs: update streaming from within the tool to use dispatch_custom_event ( #1000 )
2024-07-11 21:31:55 -04:00
dedbdefd93
[Docs] Added Asynchronous implementation of MongoDB persistence ( #983 )
...
---------
Co-authored-by: Vadym Barda <vadim.barda@gmail.com >
Co-authored-by: Vadym Barda <vadym@langchain.dev >
2024-07-11 21:20:19 -04:00
Nuno Campos
f13cf5dc2c
Update snapshot tests after core release
2024-07-11 17:06:12 -07:00
Nuno Campos
1e2682616f
lib0.1.8
0.1.8
2024-07-11 17:03:56 -07:00
Nuno Campos and GitHub
71d9d02d26
lib: Add metadata arg to add_node() ( #990 )
...
* lib: Add metadata arg to add_node()
- use metadata when drawing graph
- use metadata for tracing
* Update core
* Lock
2024-07-11 17:03:22 -07:00
Lance Martin and GitHub
bd100fdfef
Update controllability docs ( #995 )
...
* Update controllability docs
* Update controllability docs
* Update docs
2024-07-11 16:10:12 -07:00
Jacob Lee and GitHub
3f4a8e557e
Remove broken edit button, view source button ( #998 )
...
* Fix edit button, remove view source button
* Update mkdocs.yml
* Update mkdocs.yml
2024-07-11 15:17:23 -07:00
Andrew Nguonly and GitHub
e9f7cd3e52
docs: Add Cloud Concepts docs, update cloud deployment how-to guide ( #996 )
...
* Update Cloud deployment docs. Add Cloud Concepts docs.
* Update quick start. Update how-to for setting up repo.
* Delete unused image base_url.png.
* Fix spelling error. Fix broken anchor link.
* Fix broken links.
2024-07-11 14:33:25 -07:00
Vadym Barda and GitHub
39321ba042
docs: reduce number of cells in streaming how-tos ( #997 )
2024-07-11 17:19:58 -04:00
Vadym Barda and GitHub
85ec1934de
langgraph: update stream_mode docstring for .stream() ( #994 )
...
* langgraph: update stream_mode docstring for .stream()
* add astream docstring
* fix import
2024-07-11 09:08:19 -07:00
Vadym Barda and GitHub
45dbf8c656
sdk-py: remove defaults from typedef ( #989 )
2024-07-10 18:08:05 -04:00
Nuno Campos
60763d4ddf
lib 0.1.7
0.1.7
2024-07-10 14:44:07 -07:00
Vadym Barda and GitHub
8c4da2c41c
sdk-py: add create_batch method ( #988 )
2024-07-10 17:37:56 -04:00
Nuno Campos and GitHub
dfb2ac321f
lib: Checkpoint pending writes whenever a node finishes ( #976 )
...
* lib: Checkpoint pending writes whenever a node finishes
- Whenever a node finishes, checkpoint pending writes
* Rename arg
* Add tests, resume from pending writes
* Add comment
* Add descriptive error
* Fix bug found by will
* Fix comments
* Lint
* Don't save pending write if executing only one node in step
2024-07-10 14:28:06 -07:00
Lance Martin and GitHub
4d2456be40
Update HIL update / edit state documentation ( #966 )
...
* Update user input example
* Update editing graph state
* Minor clarifications
2024-07-10 13:24:16 -07:00
Vadym Barda and GitHub
166aaa1bac
docs: update another langsmith key ref ( #986 )
2024-07-10 12:33:34 -04:00
Vadym Barda and GitHub
7cad1658f6
docs: update key in local cloud quickstart ( #985 )
2024-07-10 12:18:10 -04:00
Vadym Barda and GitHub
a3a9c6ceed
docs: add how-to on how to stream tokens from within a tool ( #984 )
2024-07-10 12:16:18 -04:00
William FH and GitHub
4849501ccf
Copy core context in RunnableCallable ( #973 )
2024-07-09 20:26:45 -07:00
Vadym Barda and GitHub
a6dddd322a
docs: add how-to for streaming tokens w/o langchain chat models ( #972 )
2024-07-09 21:56:18 -04:00
Isaac Francisco and GitHub
17785375b8
[docs]: adding LangGraph up documentation ( #975 )
...
* first draft
* harrison comments
2024-07-09 18:22:11 -07:00
William FH and GitHub
b632fd8c54
Add cleaned up csbot chatbot example ( #971 )
2024-07-09 14:06:05 -07:00
f32daee7d5
chore(deps): bump certifi from 2024.6.2 to 2024.7.4 in /libs/langgraph ( #969 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.6.2 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 13:52:41 -07:00
df52115de0
chore(deps-dev): bump certifi in /libs/cli/examples ( #967 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.6.2 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 12:54:47 -07:00