+2
3055c4b9cc
[docs] LangGraph / LangGraph Platform docs updates ( #4479 )
...
Main changes made:
- Add top level horizontal tabs
- Reorganize the sidenav
- Build out README/index page
- Consolidate how-tos under each section
- Remove duplicate content
---------
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
Co-authored-by: Tat Dat Duong <david@duong.cz >
Co-authored-by: Sydney Runkle <sydneymarierunkle@gmail.com >
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
Co-authored-by: Vadym Barda <vadym@langchain.dev >
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: ccurme <chester.curme@gmail.com >
Co-authored-by: Andrew Nguonly <andrewnguonly@users.noreply.github.com >
Co-authored-by: David Asamu <david.asamu@langchain.dev >
Co-authored-by: infra <mukil@langchain.dev >
Co-authored-by: Arjun Natarajan <arjun@langchain.dev >
2025-05-09 16:09:43 -04:00
Eugene Yurtsev and GitHub
4210188ade
docs: remove giscus comments ( #4616 )
2025-05-09 11:22:43 -04:00
William FH and GitHub
c1bf678ed1
Update openapi spec ( #4599 )
...
Incorporate new arguments added to the API, including the `/mcp` paths
2025-05-08 09:14:18 -07:00
Lauren Hirata Singh
cf89499507
Update banner
2025-05-07 20:07:31 -04:00
Vadym Barda and GitHub
79dffe20b2
docs: update multi agent multi-turn howto ( #4582 )
...
Fixes #4554
2025-05-07 16:06:28 -04:00
Gustaf and GitHub
ffaddab110
docs: Fixed incorrect tool in 'Write from tools' documentation ( #4572 )
...
I was having trouble following this section of the docs and I realized
it is because the incorrect tools is included in the tools list.
`update_user_info` was defined earlier in the file but never used.
2025-05-07 11:06:44 -04:00
Lauren Hirata Singh and GitHub
b44be763fb
Fix typos ( #4567 )
2025-05-06 13:41:32 -07:00
infra
2e8e9e4531
docs: update ingress requirement for self hosted control plane
2025-05-06 11:46:31 -07:00
William FH and GitHub
0e2471b401
Add LANGGRAPH_POSTGRES_POOL_MAX_SIZE env var ( #4562 )
2025-05-06 18:23:55 +00:00
Jacob Lee and GitHub
8837f8452c
docs: Fix JS example in custom auth how-tos ( #4536 )
...
Should be `defaultHeaders`:
https://github.com/langchain-ai/langgraph/blob/main/libs/sdk-js/src/client.ts#L76
2025-05-05 12:35:00 -07:00
Vadym Barda and GitHub
306915690c
docs(concepts): update HITL Command section ( #4533 )
2025-05-05 18:44:32 +00:00
Vadym Barda and GitHub
b19405b296
docs: hide old RAG tutorials ( #4525 )
2025-05-04 21:03:05 +00:00
Vadym Barda and GitHub
101ad12292
docs: update agentic rag tutorial ( #4513 )
2025-05-04 20:59:08 +00:00
Vadym Barda and GitHub
df58a71567
docs: update api ref test ( #4516 )
2025-05-02 13:58:29 -04:00
Vadym Barda and GitHub
ee04c32bb3
docs: update api ref links to be smaller / italicized ( #4514 )
2025-05-02 12:50:21 -04:00
Eugene Yurtsev and GitHub
dd4ad48864
docs: add /mcp endpoint concept for LangGraph Server ( #4151 )
...
Documents the /mcp endpoint for LangGraph Server
2025-05-01 22:14:22 -04:00
Vadym Barda and GitHub
f79c8487d9
docs: remove nonexistent pages from nav ( #4504 )
2025-05-01 21:34:24 -04:00
Vadym Barda and GitHub
284e9a2cb4
docs: hide hierarchical tutorial from nav ( #4503 )
2025-05-01 21:24:12 -04:00
Vadym Barda and GitHub
9216e949e9
docs: update multi-agent supervisor tutorial to use handoffs ( #4491 )
2025-05-01 21:22:14 -04:00
gyudoza and GitHub
a6e2d9e197
docs(rag): fix many typo of generate at RAG section ( #4490 )
...
While I was studying about RAG by using langgraph, I found these typos.
2025-05-02 01:19:24 +00:00
Eugene Yurtsev and GitHub
abae398a3a
fix(docs): fix indent typo in code snippet in human-in-the-loop.md ( #4501 )
2025-05-01 21:18:15 -04:00
William FH and GitHub
fcd06acd33
Add support for specifying a custom base image in docker commands ( #4500 )
...
build & dockerfile commands
can be specified via CLI > langgraph.json
2025-05-01 23:13:49 +00:00
c687daa867
docs: update sql tutorial ( #4494 )
...
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-05-01 20:18:00 +00:00
Sydney Runkle
2288ef110c
use table format
2025-05-01 14:01:14 -04:00
Sydney Runkle
ceac510054
meaningless change to docs/ to get vercel going
2025-05-01 13:52:33 -04:00
Vadym Barda and GitHub
3c7861c70a
docs: fix a link in the agents page ( #4492 )
2025-05-01 11:39:37 -04:00
Vadym Barda and GitHub
536c1c2bba
docs: remove prebuilt how-tos and add redirects to agents tab ( #4485 )
2025-04-30 15:55:55 -04:00
c5de8f4e50
docs(agents): update manage message history section ( #4482 )
...
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-04-30 19:11:45 +00:00
Vadym Barda and GitHub
d08ed5f42e
docs(agents): add store semantic search link ( #4483 )
2025-04-30 15:08:18 -04:00
David Duong and GitHub
e02c4b06db
feat(ui): add merge option to UI messages ( #4473 )
...
- Add docs about (partial) streaming UI components from LLMs
- Add missing support for "nostream" in LangGraph
2025-04-30 20:15:57 +02:00
Vadym Barda and GitHub
5b44886da0
docs(agents): add disable_streaming ( #4475 )
2025-04-30 14:07:19 -04:00
Vadym Barda and GitHub
33e409e12b
docs(agents): add model fallbacks ( #4478 )
2025-04-30 17:56:58 +00:00
Vadym Barda and GitHub
ce2ba47aff
docs: cross link working w/ memory in tools ( #4464 )
2025-04-30 13:52:10 -04:00
Tat Dat Duong
5804e788d8
Add docs
2025-04-30 19:46:14 +02:00
Vadym Barda and GitHub
aa9651910c
docs: set package-mode to false for pyproject ( #4477 )
2025-04-30 12:09:18 -04:00
Vadym Barda and GitHub
e25dde1df0
docs(reference): filter class methods and add missing docstrings ( #4463 )
2025-04-29 21:31:57 +00:00
Eugene Yurtsev and GitHub
0bfb818e87
docs: process cell magics ( #4462 )
...
Handle a small thing that can be fairly confusing to new python users.
Before:

After:

2025-04-29 17:13:46 -04:00
Eugene Yurtsev and GitHub
dbceb3c2e6
docs: remove non directive to stop indexing output code blocks (it doesn't work) ( #4461 )
...
This directive seems to have no effect on code blocks: `{
mkdocs-exclude-search }`. Removing it for now.
2025-04-29 15:46:29 -04:00
Eugene Yurtsev and GitHub
8dd95a450b
docs: strip ansi and exclude outputs from search ( #4460 )
...
# Changes
* Strip ANSI codes from outputs
* Exclude outputs from search (relies on an insiders feature, so can't
test locally)
## ANSI Changes
Before

After

2025-04-29 14:50:07 -04:00
Vadym Barda and GitHub
80a74a879c
docs: expose supervisor, swarm & MCP in the API reference ( #4446 )
2025-04-29 17:59:42 +00:00
Eugene Yurtsev and GitHub
7170a9f0f4
docs: apply boosts and tag a few things ( #4455 )
...
Manual pass to apply a few heuristics:
* Boost conceptual pages
* Deboost (is that a word?) index pages that list all content
* Prefer Agents pages if search query contains the word "agent"
* Add tags for a few selected pages
2025-04-29 13:56:57 -04:00
infra
5d831726a3
chore: update eu ips for new cluster
2025-04-29 10:50:31 -04:00
Sydney Runkle and GitHub
c0d6524ec7
release: v0.4.0 ( #4447 )
2025-04-29 09:35:04 -04:00
Tat Dat Duong
d4df2bd807
fix(docs): Studio troubleshooting docs
2025-04-29 11:58:52 +02:00
Sydney Runkle
6250b364f7
version bumps and locks
2025-04-28 17:39:20 -04:00
William FH and GitHub
062253fe48
Add examples of configurable headers ( #4445 )
2025-04-28 12:52:06 -07:00
Vadym Barda and GitHub
11c6a54de9
docs: small update in the manage message history how to ( #4442 )
2025-04-28 13:22:52 -04:00
Nuno Campos and GitHub
78581b80c2
Support multiple resume values with Command.resume ( #4406 )
...
* Adding support for mapping interrupt ids -> resume values with the
`Command.resume_map` argument, like:
```py
resume_map = {
i.interrupt_id: f"human input for prompt {i.value}"
for i in parent_graph.get_state(thread_config).interrupts
}
parent_graph.invoke(Command(resume=resume_map), config=thread_config)
```
* Adds an `interrupts` attribute on `StateSnapshot` so that we can
access that directly rather than having to do
`get_state(thread_config).tasks` and then iterate over tasks to find
interrupts
* Deprecates undocumented feature where (if interrupting a graph from
the level of an interrupt), you could pass a dict mapping task ids ->
resume values. Now we recommend and endorse the `interrupt_id` approach
above.
I'll note, from an internal perspective, I would love if we didn't have
to pass around this map, but it seems like the best way right now to
make the necessary resume information necessary at different levels in a
graph with subgraphs.
Fix https://github.com/langchain-ai/langgraph/issues/4028
Slotted to be included in our v0.4.0 release early next week!
2025-04-28 09:06:58 -07:00
William FH and GitHub
68e3d70967
Add section in how-to on exclusions ( #4441 )
2025-04-28 08:42:32 -07:00
William FH and GitHub
dc9f2b1109
Add how-to on headers ( #4440 )
...
and their configurability for configurability
2025-04-28 15:31:48 +00:00