diff --git a/docs/docs/concepts/index.md b/docs/docs/concepts/index.md index f4cdbdf34..2d97f72b2 100644 --- a/docs/docs/concepts/index.md +++ b/docs/docs/concepts/index.md @@ -13,11 +13,11 @@ The conceptual guide does not cover step-by-step instructions or specific implem ## LangGraph -**High Level** +### High Level - [Why LangGraph?](high_level.md): A high-level overview of LangGraph and its goals. -**Concepts** +### Concepts - [LangGraph Glossary](low_level.md): LangGraph workflows are designed as graphs, with nodes representing different components and edges representing the flow of information between them. This guide provides an overview of the key concepts associated with LangGraph graph primitives. - [Common Agentic Patterns](agentic_concepts.md): An agent uses an LLM to pick its own control flow to solve more complex problems! Agents are a key building block in many LLM applications. This guide explains the different types of agent architectures and how they can be used to control the flow of an application.