Vadym Barda and GitHub
1e8f097656
docs: update prebuilt page w/ autogenerated info ( #3381 )
2025-02-11 09:27:01 -05:00
Vadym Barda and GitHub
6e20c9f3f9
docs: update codespell config ( #3373 )
2025-02-10 14:35:07 -05:00
Vadym Barda and GitHub
530544234a
docs: add missing file ( #3371 )
2025-02-10 12:49:10 -05:00
Vadym Barda and GitHub
f11d241482
docs: add adopters page ( #3370 )
2025-02-10 12:32:14 -05:00
Lael and GitHub
cb509ad6a5
Update application_structure.md ( #3278 )
...
moved requirements.txt to root of the project in the recommended
structure
2025-02-07 15:14:51 -05:00
Vadym Barda and GitHub
e479a2c643
docs: update packages.yml ( #3351 )
2025-02-07 15:12:00 -05:00
Vadym Barda and GitHub
0caae32a40
docs: expose langgraph-supervisor ( #3350 )
2025-02-07 14:29:41 -05:00
William FH and GitHub
3daa4ae466
Update name to InMemorySaver ( #2044 )
...
(Keep MemorySaver around for backwards compatibility)
"MemorySaver" is ambiguous: is it saving memories? Where is it saving
memories to?
InMemorySaver aligns naming InMemoryStore as well as similar LangChain
objects (InMemoryVectorStore, etc.)
2025-02-05 22:04:25 -08:00
Doros Doru-Lucian and GitHub
6a36f4bf91
docs: add forgotten MemorySaver in full code ( #3321 )
2025-02-05 20:58:17 -05:00
Eugene Yurtsev and GitHub
3b224df566
publish llms text ( #3313 )
...
just includes llms-full
2025-02-04 21:56:33 +00:00
Vadym Barda and GitHub
0a2e2b4796
docs: fix typo ( #3312 )
2025-02-04 16:22:55 -05:00
Eugene Yurtsev and GitHub
0e0b3ffac5
Update plans.md ( #3311 )
2025-02-04 20:45:54 +00:00
Eugene Yurtsev and GitHub
75509bd221
docs: generate llms text ( #3243 )
...
```shell
python docs/_scripts/generate_llms_text.py llms_text.md
```
2025-02-04 20:30:26 +00:00
William FH and GitHub
f997e5eafd
Update inv file ( #3308 )
...
https://mkdocstrings.github.io/reference/handlers/base/
2025-02-04 11:45:59 -08:00
Eugene Yurtsev and GitHub
6337c62dc7
Update prebuilt.md ( #3306 )
2025-02-04 18:46:57 +00:00
Eugene Yurtsev and GitHub
59992fac7c
Update create_third_party_page.py ( #3307 )
2025-02-04 18:44:18 +00:00
Eugene Yurtsev and GitHub
28a7ca03a9
docs: publish prebuilt page ( #3305 )
...
Publish prebuilt page
2025-02-04 18:26:25 +00:00
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