Vadym Barda and GitHub
48040d8ea5
ci: run notebooks in 'development' for PRs ( #3188 )
2025-01-23 21:59:03 -05:00
Vadym Barda and GitHub
ad51bfdf71
ci: only test changed notebooks using 'development' version of the library ( #3187 )
2025-01-23 21:41:47 -05:00
Radi and GitHub
7b552ebf4b
Update tool-calling.ipynb ( #3178 )
...
Typo fix
2025-01-23 18:02:43 -05:00
Vadym Barda and GitHub
d34846dc08
docs: fix a hub prompt ( #3180 )
2025-01-23 17:21:37 -05:00
Vadym Barda and GitHub
303587c4ff
docs: bring back image for concept doc ( #3152 )
2025-01-22 16:08:24 -05:00
Andrew Nguonly and GitHub
7d4e636313
docs: Add note about how to share Postgres instance for self-hosted deployments ( #3139 )
...
### Screenshot

2025-01-22 12:14:24 -08:00
Lance Martin and GitHub
86913caf89
Add agents and workflows overview ( #3040 )
2025-01-22 12:07:47 -08:00
Vadym Barda and GitHub
44840aa23f
docs: add missing api key to cross-thread persistence howto ( #3141 )
2025-01-21 21:24:01 -05:00
Vadym Barda and GitHub
b358e2e7cd
docs: fix typo in persistence howto ( #3138 )
2025-01-21 21:03:00 -05:00
Nuno Campos
0177565c6b
Spell check
2025-01-21 15:14:00 -08:00
Vadym Barda and GitHub
956c5f68fc
docs: add a how-to guide for structured outputs in react agent ( #3121 )
2025-01-21 17:30:32 +00:00
ccurme and GitHub
4908caf522
docs: how-to guides nits ( #3123 )
2025-01-21 12:17:37 -05:00
Chester Curme
f926eada24
fix warnings
2025-01-21 12:06:42 -05:00
Chester Curme
adc1e47028
nits
2025-01-21 12:00:12 -05:00
Vadym Barda and GitHub
7820b5c765
docs: add docs for Command.PARENT ( #3081 )
2025-01-21 16:37:39 +00:00
Roy Barber and GitHub
6eeb9de46a
DOCS: Incorrect reference to JS/TS SDK as Python SDK ( #3103 )
...
Small typo in the Local Server page:
https://langchain-ai.github.io/langgraph/tutorials/langgraph-platform/local-server/
2025-01-21 09:34:57 -05:00
viren-vii and GitHub
19a91f4677
Update persistence_postgres.ipynb to remove typo in markdown cell. ( #3119 )
...
Fixed a typo that was interrupting the markdown.
2025-01-21 09:33:31 -05:00
Tat Dat Duong
0f1b0bfba3
typo
2025-01-17 23:40:58 +01:00
Tat Dat Duong
0e79407973
Last pass
2025-01-17 23:40:58 +01:00
Tat Dat Duong
efa51fe22c
Update README.md
2025-01-17 23:40:58 +01:00
Tat Dat Duong
11f2501c98
docs: add mention of JS CLI
2025-01-17 23:40:58 +01:00
Andrew Nguonly and GitHub
26e3ded701
docs: Add note about cron jobs not available in LangGraph Platform Self-Hosted Lite ( #3091 )
2025-01-17 12:52:46 -08:00
Eugene Yurtsev
4476640702
x
2025-01-17 15:08:32 -05:00
Eugene Yurtsev and GitHub
727e3f1730
functional api: first pass at api reference ( #3083 )
...
First pass at the API reference for the functional API
2025-01-17 14:46:22 -05:00
Vadym Barda and GitHub
943dd28863
docs: update state to include 'next' for supervisor notebooks ( #3087 )
2025-01-17 14:32:15 -05:00
ccurme and GitHub
aa9d253978
docs: highlight lines in troubleshooting doc ( #3084 )
...

2025-01-17 18:53:21 +00:00
Eugene Yurtsev and GitHub
a11c6cfe6b
Update docs/mkdocs.yml
2025-01-17 13:36:44 -05:00
Chester Curme
f8033a20c1
update cassettes
2025-01-17 11:15:33 -05:00
Chester Curme
5e3aa495d9
update
2025-01-17 11:05:55 -05:00
Chester Curme
a54689affd
ruff
2025-01-17 11:02:58 -05:00
Chester Curme
02ea523897
udpate
2025-01-17 11:02:25 -05:00
Chester Curme
18c6637e6c
use message dicts instead of tuples
2025-01-17 10:34:21 -05:00
Chester Curme
4c02a4c501
Revert "disable parallel tool use"
...
This reverts commit 784b6afa11 .
2025-01-17 10:19:17 -05:00
Chester Curme
784b6afa11
disable parallel tool use
2025-01-17 10:15:06 -05:00
Chester Curme
b35b892d74
Merge branch 'main' into cc/update_quickstart
2025-01-17 10:02:29 -05:00
Chester Curme
e7aaf21121
update
2025-01-17 10:02:18 -05:00
Eugene Yurtsev
54115ac796
x
2025-01-17 09:58:06 -05:00
Eugene Yurtsev
de332ec31c
x
2025-01-16 17:08:12 -05:00
Andrew Nguonly
002b048674
Add status field to Project object.
2025-01-16 13:27:23 -08:00
Chester Curme
cc397b1629
update cassettes
2025-01-16 16:24:05 -05:00
Chester Curme
93854ed721
fix link
2025-01-16 15:12:53 -05:00
Chester Curme
d978cb0392
part 7 -> part 6
2025-01-16 14:21:40 -05:00
Chester Curme
605fe4ea11
simplify hitl, condense part 5
2025-01-16 14:20:05 -05:00
ccurme and GitHub
21a7105655
docs[patch]: enable navigation back to index pages from child pages via sidebar ( #3069 )
...
Currently, if you're viewing a how-to guide and you click "How-to
Guides" in the sidebar, you aren't navigated back to the index page (it
will work if you click on a different guides section). To get back to
the index page, you need to scroll up and click the breadcrumbs.
After this change, clicking the link in the sidebar should navigate you
to the index page regardless of the page you are viewing.
Only side-effect from what I can tell is that "Home > Introduction" just
becomes "**Home**", which I think is fine (maybe preferable).
Before:

After:

2025-01-16 12:52:16 -05:00
Chester Curme
1654062957
enable navigation.indexes
2025-01-15 18:14:37 -05:00
Chester Curme
30311f3fb9
ruff
2025-01-15 16:12:01 -05:00
Chester Curme
0f458fbaff
update
2025-01-15 16:06:55 -05:00
Andrew Nguonly and GitHub
b6fe3937fc
docs: Add section about Persistence to Cloud SaaS concepts page ( #3051 )
2025-01-15 12:27:53 -08:00
Chester Curme
d7bae594f0
update hitl
2025-01-15 15:04:43 -05:00
ccurme and GitHub
bbfc2b7370
docs[patch]: add section headers to LangGraph concepts page ( #3047 )
...

2025-01-15 14:15:33 -05:00