diff --git a/docs/docs/concepts.mdx b/docs/docs/concepts.mdx index b0ce1c8f19..9a7693b867 100644 --- a/docs/docs/concepts.mdx +++ b/docs/docs/concepts.mdx @@ -38,7 +38,7 @@ All dependencies in this package are optional to keep the package as lightweight `langgraph` is an extension of `langchain` aimed at building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. -LangGraph exposes high level interfaces for creating common types of agents, as well as a low-level API for constructing more contr +LangGraph exposes high level interfaces for creating common types of agents, as well as a low-level API for composing custom flows. ### [`langserve`](/docs/langserve)