Vadym Barda and GitHub
0075080827
docs: update quick start ( #2273 )
2024-10-31 11:11:07 -04:00
Harrison Chase and GitHub
63318e5690
Harrison/update readme 1 ( #2262 )
2024-10-31 10:02:40 -05:00
Harrison Chase and GitHub
d0c12b1b7f
Harrison/update language ( #2271 )
2024-10-31 10:01:22 -05:00
Vadym Barda and GitHub
194b4e0d9b
langgraph: release 0.2.42 ( #2270 )
0.2.42
2024-10-31 10:32:13 -04:00
Nuno Campos and GitHub
c6c7f400ae
Merge pull request #2256 from langchain-ai/nc/30oct/fix-messages-subgraphs
...
Fix stream_mode=messages used together with subgraphs=True
2024-10-31 07:27:04 -07:00
Vadym Barda and GitHub
c91e6bcc46
Merge branch 'main' into nc/30oct/fix-messages-subgraphs
2024-10-31 10:14:04 -04:00
vbarda
ca69566d67
remove events
2024-10-31 10:13:24 -04:00
Jacob Lee and GitHub
0bedfa3628
docs: Fix typos ( #2266 )
2024-10-31 10:00:37 -04:00
Vadym Barda and GitHub
fd82f037c6
docs: update remote graph how-to ( #2269 )
2024-10-31 09:58:11 -04:00
Vadym Barda and GitHub
2bacc42e01
docs: fix typo in remote graph how-to ( #2268 )
2024-10-31 09:29:10 -04:00
Eugene Yurtsev and GitHub
b527b785fd
disable more link checking ( #2265 )
2024-10-31 04:10:10 +00:00
Eugene Yurtsev and GitHub
c3622cb0fe
docs: disable link check for link that doesn't exist yet ( #2263 )
2024-10-31 03:51:44 +00:00
d0e59f406b
docs: concepts for cloud and doc-reorg ( #2196 )
...
Update langgraph documentation
---------
Co-authored-by: Vadym Barda <vadym@langchain.dev >
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: Nuno Campos <nuno@langchain.dev >
Co-authored-by: Chester Curme <chester.curme@gmail.com >
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2024-10-30 23:34:02 -04:00
Nuno Campos
4cc6d789ed
Fix stream_mode=messages used together with subgraphs=True
2024-10-30 19:35:28 -07:00
Bagatur and GitHub
d6d6ab9b73
langgraph[patch]: fix core dep specification ( #2253 )
0.2.41
2024-10-30 21:50:46 -04:00
Vadym Barda and GitHub
e7816eb197
ci: turn off release attestations ( #2252 )
2024-10-30 21:28:34 -04:00
Vadym Barda and GitHub
4f8b69360c
langgraph: release 0.2.41 ( #2251 )
2024-10-30 21:22:54 -04:00
Vadym Barda and GitHub
0718d0a660
langgraph: fix caller_ns in remote graph ( #2250 )
2024-10-31 01:20:36 +00:00
Bagatur and GitHub
3641e65cac
langgraph[patch]: fix annotations in inherited tool schemas ( #2236 )
...
fix #2220
2024-10-30 21:19:02 -04:00
Nuno Campos and GitHub
b17141604d
Merge pull request #2247 from langchain-ai/jacob/nit
...
fix: Fix typo in remote graph astream
2024-10-30 14:59:27 -07:00
Nuno Campos
5fece1cbfc
langgraph 0.2.40
0.2.40
2024-10-30 14:58:27 -07:00
Nuno Campos and GitHub
a85b7fca15
Merge pull request #2246 from langchain-ai/nc/30oct/node-callback
...
Add "node finished" callback
2024-10-30 14:57:51 -07:00
jacoblee93
af9a09b182
Fix typo in remote graph astream
2024-10-30 14:52:59 -07:00
Nuno Campos
75c8f99d3c
Add "node finished" callback
2024-10-30 14:45:09 -07:00
Nuno Campos and GitHub
46892855c5
Merge pull request #2242 from langchain-ai/nc/30oct/remote-subgraphs
...
fix: RemoteGraph should propagate subgraphs streaming
2024-10-30 14:23:45 -07:00
Nuno Campos
59e8d59b7c
Fix
2024-10-30 14:17:50 -07:00
Nuno Campos
5cb6ff79ca
Prepend ns
2024-10-30 14:09:43 -07:00
Nuno Campos
9c41ce0b1c
Lint
2024-10-30 14:07:27 -07:00
Nuno Campos
61abee4bd4
Lint
2024-10-30 13:59:31 -07:00
Nuno Campos
43d9567c5d
fix: RemoteGraph should propagate subgraphs streaming
2024-10-30 13:47:27 -07:00
Nuno Campos and GitHub
3923979479
Merge pull request #2235 from langchain-ai/nc/30oct/remote-invoke
...
lib: Ensure RemoteGraph.invoke emits all subgraph events as expected
2024-10-30 13:26:56 -07:00
Nuno Campos
5312fbd7f4
Fix
2024-10-30 13:20:55 -07:00
David Duong and GitHub
ae412bbede
Merge pull request #2237 from langchain-ai/jacob/sdk
...
feat(sdk-js): Support if_not_exists in SDK runs
2024-10-30 19:16:22 +01:00
jacoblee93
69c8d21ba6
Support if_not_exists
2024-10-30 11:10:08 -07:00
Nuno Campos
2dfc4e3cc0
lib: Ensure RemoteGraph.invoke emits all subgraph events as expected
...
- Just delegate to stream
2024-10-30 10:40:14 -07:00
74c8589045
Add support for Docker arg passthrough in langgraph CLI ( #2206 )
...
Added a js-example to show it builds
Adapted integration tests after removing the test CLI command
---------
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2024-10-29 22:33:40 -07:00
Vadym Barda and GitHub
4717632ce7
sdk-py: more docstring updates ( #2225 )
2024-10-30 01:22:29 +00:00
Andrew Nguonly and GitHub
726a85f26b
Add docstring to RemoteGraph ( #2217 )
2024-10-29 15:31:21 -07:00
Vadym Barda and GitHub
8a0650a46b
sdk-py: update docstrings ( #2221 )
2024-10-29 20:31:12 +00:00
Vadym Barda and GitHub
e7dc43b7ca
langgraph: validate sync/async clients initialized correctly in RemoteGraph ( #2214 )
2024-10-29 13:21:10 -04:00
Nuno Campos
90195af1d8
sdk-py 0.1.35
sdk==0.1.35
2024-10-28 15:22:05 -07:00
Nuno Campos
da707343dc
sdk-js 0.0.19
2024-10-28 15:21:57 -07:00
Nuno Campos and GitHub
1f5fc505c6
Merge pull request #2204 from langchain-ai/nc/28oct/sdk-wait-raise-error
...
sdk: By default raise errors in /wait endpoint
2024-10-28 14:46:14 -07:00
Nuno Campos
4c655f841e
Lint
2024-10-28 14:40:25 -07:00
Nuno Campos
be27c96f3c
sdk: By default raise errors in /wait endpoint
2024-10-28 14:27:13 -07:00
eric-langchain and GitHub
5090e30f71
Merge pull request #2185 from langchain-ai/update-docs-for-homepage-redesign
...
home page redesign docs
2024-10-28 11:47:34 -05:00
Lance Martin and GitHub
688de89864
Fix link that is causing docs build to fail ( #2194 )
2024-10-25 23:34:08 +00:00
Lance Martin and GitHub
62444d4c63
Update memory concept doc ( #2181 )
...
Add content on [memory
types](https://blog.langchain.dev/memory-for-agents/ ).
2024-10-25 14:08:04 -07:00
Eugene Yurtsev and GitHub
4a970cca8b
docs: update main site layout ( #2191 )
...
* Remove land hand sidebar on most pages
* Cleans up some headings
* Adds error reference information to index (it was already on the
sidebar for the how-to page) -- should probably be its own tab?
* Adds an index page for the reference (so it's easier to link to a main
reference page), alternatively we can set up a redirect from index to
graph
2024-10-25 16:49:31 -04:00
Eugene Yurtsev and GitHub
18b9135770
docs: update tutorials index page ( #2190 )
...
Minor formatting update -- since this section stands right now looks
quite bad
2024-10-25 18:08:21 +00:00