docs[patch]: add section headers to LangGraph concepts page (#3047)

![Screenshot 2025-01-15 at 1 03
45 PM](https://github.com/user-attachments/assets/c7a6d5b7-cc42-4616-bba0-4352c2f922bc)
This commit is contained in:
ccurme
2025-01-15 14:15:33 -05:00
committed by GitHub
+2 -2
View File
@@ -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.