Nuno Campos and GitHub
9fdbd0dd49
Merge pull request #1118 from langchain-ai/nc/24jul/fix-recursion-limit-thread
...
Fix recursion limit considering steps taken in previous runs on same thread
2024-07-24 09:35:12 -07:00
Nuno Campos
03f9b27e3b
Fix
2024-07-24 09:26:49 -07:00
Nuno Campos and GitHub
19f6f7d5ca
Merge pull request #1110 from langchain-ai/wfh/test_pending_writes_null
...
Test Null Pending Writes
2024-07-24 08:51:33 -07:00
Nuno Campos
745b96eb63
Fix recursion limit considering steps taken in previous runs on same thread
2024-07-24 08:50:32 -07:00
b90d44d97d
Add local tool calling agent example ( #1109 )
...
* Add local tool calling agent example
* Update copy_notebooks.py
---------
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2024-07-24 07:39:53 -07:00
Vadym Barda and GitHub
d99d3e05c7
langgraph: release 0.1.12 ( #1116 )
0.1.12
2024-07-24 10:38:07 -04:00
Vadym Barda and GitHub
ca6aef4746
langgraph: bring back tool content stringify ( #1114 )
2024-07-24 10:36:32 -04:00
William Fu-Hinthorn
f5b9e463e3
Merge branch 'main' into wfh/test_pending_writes_null
2024-07-23 21:28:51 -07:00
William FH and GitHub
82cbe25be8
Update typedoc build ( #1087 )
2024-07-23 21:27:40 -07:00
William Fu-Hinthorn
36505d9656
Add test
2024-07-23 21:15:53 -07:00
Lance Martin and GitHub
b72ea0ea1b
Update MR docs ( #1098 )
2024-07-23 17:13:20 -07:00
Vadym Barda and GitHub
603a137d33
langgraph: release 0.1.11 ( #1107 )
0.1.11
2024-07-23 18:06:07 -04:00
Nuno Campos and GitHub
4cdb38d337
Fix null pending writes ( #1106 )
2024-07-23 17:59:16 -04:00
Nuno Campos
03bf1e5414
Fix null pending writes
2024-07-23 14:55:07 -07:00
Nuno Campos and GitHub
4fa5c8bab0
Merge pull request #1089 from mihaic/patch-1
...
Fix StateGraph.add_edge end_key check
2024-07-23 13:52:33 -07:00
Nuno Campos and GitHub
9711f39995
Merge pull request #1090 from langchain-ai/harrison/private-state
...
Harrison/private state
2024-07-23 13:50:02 -07:00
Nuno Campos and GitHub
091bc003ae
Merge pull request #1088 from langchain-ai/vb/update-return-type
...
langgraph: add proper type annotation for StateGraph.compile
2024-07-23 13:49:12 -07:00
Nuno Campos and GitHub
57c40026f8
Update pass_private_state.ipynb
2024-07-23 13:46:56 -07:00
Nuno Campos and GitHub
bf61f6f869
Merge pull request #1102 from langchain-ai/an/23jul/docs-langgraph-cloud-constraints
...
docs: Add constraints info to LangGraph Cloud setup docs
2024-07-23 13:45:30 -07:00
Nuno Campos
6c299a1b5a
Fix docs build
2024-07-23 13:42:57 -07:00
Nuno Campos and GitHub
aeae796e60
Update setup_pyproject.md
2024-07-23 13:29:56 -07:00
Nuno Campos and GitHub
7ec37575de
Update setup.md
2024-07-23 13:29:43 -07:00
Nuno Campos and GitHub
4fdd05532d
Merge pull request #1100 from langchain-ai/harrison/migrations
...
migrations of graph
2024-07-23 13:26:18 -07:00
Nuno Campos and GitHub
43c793f7fe
Update low_level.md
2024-07-23 13:24:46 -07:00
Lance Martin and GitHub
1765000263
Local RAG agent testing with Llama3.1 ( #1104 )
2024-07-23 13:05:51 -07:00
Vadym Barda and GitHub
3fdd4715f5
langgraph: release 0.1.10 ( #1103 )
0.1.10
2024-07-23 14:13:35 -04:00
Isaac Francisco and GitHub
97cb44058a
[docs]:open studio from local deployment ( #1037 )
...
* open studio from local deployment
* spelling
* harrison comments
2024-07-23 12:50:57 -04:00
Andrew Nguonly
73e0871345
Add constraints info to LangGraph Cloud setup docs.
2024-07-23 08:56:56 -07:00
Harrison Chase
c8f046869b
migrations of graph
2024-07-23 08:20:03 -07:00
Nuno Campos and GitHub
bd4dccd9cb
Merge pull request #1075 from langchain-ai/nc/19jul/nested-checkpoints
2024-07-22 18:41:56 -07:00
vbarda
c268d695f0
spellcheck
2024-07-22 21:28:11 -04:00
vbarda
0891cc1864
comments / bring back sleep
2024-07-22 21:18:42 -04:00
Nuno Campos
ee7cab664a
Fix checkpoint put ordering issue
2024-07-22 17:52:09 -07:00
vbarda
fd8f9e87dc
update types
2024-07-22 20:48:21 -04:00
vbarda
ed9c015d24
remove utils
2024-07-22 20:43:28 -04:00
vbarda
cd4fae601c
remove sleep
2024-07-22 20:26:12 -04:00
Nuno Campos
aed313ebb5
Fix stack not being unwound when suppressing interrupt
2024-07-22 17:09:47 -07:00
Nuno Campos
2008df03fa
Merge branch 'main' into nc/19jul/nested-checkpoints
2024-07-22 16:33:33 -07:00
Nuno Campos
3f860617a5
Update tests
2024-07-22 16:32:18 -07:00
Nuno Campos
98a962661b
Instead of saving an additional interrupt checkpoint, make child graphs keep a single checkpoint for each parent checkpoint
...
- while the inner graph makes progress it overwrites the partial progress checkpoints, eventually keeping only one for each outer step
- implement parent_config in MemorySaver
- fix edge cases in PregelLoop
2024-07-22 16:32:15 -07:00
Harrison Chase
9483da1bdb
cr
2024-07-22 16:31:14 -07:00
Harrison Chase
8d3da565c4
cr
2024-07-22 16:30:34 -07:00
Nuno Campos
42174ad9fb
Add optional id arg to create_checkpoint
2024-07-22 16:30:19 -07:00
Nuno Campos
0c1ec8d5d2
Update sync bg executor to wait on all tasks on exit
2024-07-22 16:30:08 -07:00
Harrison Chase
fdbb33ddad
add private state
2024-07-22 16:26:31 -07:00
Mihai Capotă and GitHub
3f43e0d945
Fix StateGraph.add_edge end_key check
...
It looks like a typo to me: `END` should be `START`.
`END` should be accepted as `end_key` and it is accepted with the `super` call path.
2024-07-22 15:55:19 -07:00
vbarda
d00503ecc4
langgraph: add proper type annotation for StateGraph.compile
2024-07-22 18:03:16 -04:00
trevor-cyi and GitHub
ab80c113ac
docs: Use bound model in convo history ( #1082 )
...
This fixes a small mistake in the manage-conversation-history notebook
where the model bound with tools was not used, instead, the original model
was used when invocations occur.
2024-07-22 16:27:42 -04:00
vbarda
fbced023f3
add more tests
2024-07-22 16:23:54 -04:00
William FH and GitHub
91d6b964c4
Update js sdk links ( #1086 )
2024-07-22 13:08:48 -07:00