Harrison Chase
8d3da565c4
cr
2024-07-22 16:30:34 -07:00
Harrison Chase
fdbb33ddad
add private state
2024-07-22 16:26:31 -07:00
Vadym Barda and GitHub
95a4a55849
docs: add how to for passing config to tools ( #1063 )
2024-07-18 13:33:56 -04:00
Nuno Campos
97281d708b
lib 0.1.9
0.1.9
2024-07-18 10:28:24 -07:00
Nuno Campos and GitHub
c39f4ce47a
Merge pull request #1062 from langchain-ai/nc/18jul/node-retry-policy
...
Enable configuring retry policy for each node of StateGraph
2024-07-18 10:24:31 -07:00
Nuno Campos
833b1faba2
Enable configuring retry policy for each node of StateGraph
2024-07-18 10:18:29 -07:00
Nuno Campos
2ca816ca25
cli 0.1.49
cli==0.1.49
2024-07-18 10:01:43 -07:00
Nuno Campos and GitHub
50861cdf1b
Merge pull request #1036 from langchain-ai/nc/16jul/node-state
...
Add node state, customizable graph input and output schemas
2024-07-18 09:56:20 -07:00
Nuno Campos
b5b0f8d7e3
Remove node output schemas
2024-07-18 09:46:06 -07:00
Nuno Campos and GitHub
87e80fe45a
Merge pull request #1058 from langchain-ai/nc/18jul/cli-dockerfile
...
cli: Add dockerfile command to write dockerfile
2024-07-18 09:28:44 -07:00
Nuno Campos
ffe9a6d5b8
cli: Add dockerfile command to write dockerfile
2024-07-18 09:04:14 -07:00
Bagatur and GitHub
97ae473002
docs: pass in graph state to tool ( #1056 )
2024-07-18 07:34:19 -07:00
William FH and GitHub
246b7dafcf
Add Docstrings ( #1057 )
2024-07-18 07:12:12 -07:00
William FH and GitHub
254926c4a8
Update template links ( #1045 )
2024-07-18 07:10:10 -07:00
Vadym Barda and GitHub
5fbc9555c3
docs: add how-to section on tool calling ( #1051 )
2024-07-18 09:36:15 -04:00
Vadym Barda and GitHub
83089c3a7f
langgraph: add incorrect tool name handling to ToolNode ( #1052 )
2024-07-17 21:33:46 -04:00
Nuno Campos and GitHub
c2e25e2ac2
Merge pull request #1049 from langchain-ai/nc/17jul/pregel-node-retry-policy
...
pregel: Support retry policy per node
2024-07-17 14:54:23 -07:00
Andrew Nguonly and GitHub
e3ef9adac7
Add instructions to test locally before deploying to Cloud. ( #1050 )
2024-07-17 14:04:15 -07:00
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
Nuno Campos
7bc489f1f4
Add node state, customizable graph input and output schemas
2024-07-16 13:50:20 -07: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