Tanushree and GitHub
9fe61a42d2
Adding interrupt banner ( #3295 )
2025-02-03 18:57:17 -08:00
Marcello Maugeri and GitHub
59ae3b873c
Fix typo in quick_start.md ( #3297 )
2025-02-03 18:51:27 -05:00
Vadym Barda and GitHub
6ddbdd0638
docs: add vercel build ( #3290 )
2025-02-03 20:13:58 +00:00
William FH and GitHub
3f7f52ccdc
Docs links fix ( #3292 )
2025-02-03 10:57:38 -08:00
William FH and GitHub
ee9a34f726
Update license key troubleshooting ( #3157 )
2025-02-03 18:09:05 +00:00
Eugene Yurtsev and GitHub
72ce34e3e6
docs: add 3rd party packages scaffold ( #3263 )
...
* Adds scaffolding for 3rd party packages. Not published yet.
2025-02-03 17:21:30 +00:00
Vadym Barda and GitHub
45ef425d85
docs: update command how-to ( #3280 )
2025-02-03 09:29:45 -05:00
8c192414a2
docs: Update Hierarchial Multi Agent Example ( #3282 )
...
Was trying to learn the Multi Agent Workflow examples and encountered
some errors, which I fixed by editing these:
* Added missing state for Team1, and importing `Command`
* `ValueError: Node `LangGraph` already present.`: Seems to happen we
add the `team_1_graph` node without giving it a name, it will default to
the name `LangGraph`. Solved by giving the sub-graph a name when
building the top-level supervisor.
* Added the edges for the graph to feedback to the top level supervisor
to decide whether it still needs to relegate the task to other nodes or
end from there
---------
Co-authored-by: Vadym Barda <vadim.barda@gmail.com >
2025-02-03 09:29:19 -05:00
Vadym Barda and GitHub
c0db7f4d09
docs: revamp streaming how-to guides + update redirects ( #3274 )
2025-01-31 18:04:51 -05:00
072f2d43eb
docs: add graph API basics section ( #3228 )
...

---------
Co-authored-by: Vadym Barda <vadym@langchain.dev >
2025-01-31 17:41:56 -05:00
Andrew Nguonly and GitHub
c02a74e221
docs: Add Excalidraw file for LangGraph Cloud architecture diagram ( #3272 )
2025-01-31 14:07:12 -08:00
Vadym Barda and GitHub
15af8a9e6c
Revert "docs: revamp streaming how-to guides ( #3239 )" ( #3270 )
...
This reverts commit d5b0ad2cf6 .
2025-01-31 15:52:58 -05:00
Vadym Barda and GitHub
1b257b4d0a
ci: disable autogen notebook in the runner ( #3269 )
2025-01-31 15:44:03 -05:00
Vadym Barda and GitHub
384814036e
docs: update other frameworks how-to ( #3264 )
2025-01-31 20:23:41 +00:00
Vadym Barda and GitHub
d5b0ad2cf6
docs: revamp streaming how-to guides ( #3239 )
2025-01-31 15:14:26 -05:00
Vadym Barda and GitHub
141b53ee6e
docs: add reference file for config ( #3253 )
2025-01-30 16:58:00 -05:00
Vadym Barda and GitHub
a0ec9017f2
langgraph: add get_stream_writer() ( #3251 )
...
Alternative to #3250
2025-01-30 20:45:44 +00:00
Eugene Yurtsev and GitHub
80cef60405
docs: concepts update ( #3248 )
2025-01-30 16:32:17 +00:00
Vadym Barda and GitHub
55e9409b6e
docs: update multi-agent multi-turn how-to ( #3241 )
2025-01-29 22:28:03 +00:00
Vadym Barda and GitHub
82148e9bf2
docs: update streaming docstring for Pregel and expose in api ref ( #3229 )
2025-01-29 12:07:07 -05:00
Harsh Nevse and GitHub
ed09a77d9f
Update multi-agent-collaboration.ipynb ( #3233 )
...
grammar
2025-01-29 11:48:54 -05:00
Andrew Nguonly and GitHub
d279902156
docs: Add LangSmith Integration section for Cloud SaaS concepts ( #3230 )
2025-01-28 13:27:51 -08:00
Eugene Yurtsev and GitHub
440158b969
Update functional_api.md ( #3227 )
2025-01-28 17:57:01 +00:00
Vadym Barda and GitHub
953e2907d4
docs: remove MessageGraph from concepts doc ( #3226 )
2025-01-28 10:16:54 -05:00
Vadym Barda and GitHub
0a861815b7
docs: replace 'state_modifier' with 'prompt' ( #3190 )
2025-01-28 02:51:40 +00:00
Eugene Yurtsev and GitHub
928126f2d7
docs: functional api concepts paraphrase ( #3223 )
2025-01-27 21:26:13 -05:00
Andrew Nguonly and GitHub
69dc5f326e
docs: Add section for Automatic Deletion of LangGraph Cloud SaaS deployments ( #3222 )
2025-01-27 15:42:36 -08:00
90f1e66748
docs: functional api ( #3125 )
...
* Concepts page for the functional API
* How-to guides that show functional API implementations
* API reference for entrypoint, task, entrypoint.final
* Add functional API version to the workflows
---------
Co-authored-by: Vadym Barda <vadym@langchain.dev >
Co-authored-by: ccurme <chester.curme@gmail.com >
2025-01-27 16:31:43 -05:00
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