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
vbarda
6e57fa5f9a
return future on self._put_checkpoint
2024-07-22 14:32:57 -04:00
vbarda
77f6ec5a2b
update memory
2024-07-22 13:03:30 -04:00
vbarda
f2a95ad67f
fix broken interrupt tests
2024-07-22 12:18:12 -04:00
vbarda
d635a22302
sort memory checkpoints monotonically decreasing
2024-07-22 12:14:33 -04:00
Nuno Campos and GitHub
b1ffa52da6
Merge pull request #1064 from KYUUUW/patch-1
...
[docs]Fix runtime error README.md example
2024-07-22 08:42:34 -07:00
Nuno Campos and GitHub
e2b959ee7e
Merge pull request #1073 from langchain-ai/nc/19jul/binop-lambda-eq
...
Don't include lambdas in __eq__ for BinOp
2024-07-22 08:41:30 -07:00
Nuno Campos
84e404eb71
Lint
2024-07-22 08:24:53 -07:00
Nuno Campos
a1a5fc01a9
cli0.1.50
cli==0.1.50
2024-07-22 08:22:05 -07:00
Nuno Campos and GitHub
2616614470
Merge pull request #1080 from langchain-ai/nc/21jul/cli-stdout-overrun
...
cli: Fix crash when subprocess has a very long stdout/stderr line
2024-07-22 08:21:25 -07:00
Nuno Campos and GitHub
64fd304ea0
Merge pull request #1083 from langchain-ai/vb/update-sdk
2024-07-22 08:05:50 -07:00
vbarda
f820ca8f7f
sdk-py: add threads copy
2024-07-21 20:21:27 -04:00
Vadym Barda and GitHub
4bacbdd2bd
docs: update create_react_agent to use state_modifier ( #1081 )
2024-07-21 17:07:50 -04:00
Nuno Campos and GitHub
34407d9de1
Update exec.py
2024-07-21 12:19:19 -07:00
Nuno Campos
b81612c292
cli: Fix crash when subprocess has a very long stdout/stderr line
2024-07-21 12:16:37 -07:00
LEE KYU WON and GitHub
b3e44bed22
Fix example error
2024-07-21 18:14:01 +09:00
LEE KYU WON and GitHub
e8b05faff4
Merge branch 'main' into patch-1
2024-07-21 18:12:38 +09:00
Bagatur and GitHub
610b6cc78c
langgraph[patch]: InjectedState annotation ( #1067 )
...
Add annotated for injecting state vars into a Tool
2024-07-19 20:07:21 -07:00