Skip to content

Commit

Permalink
docs[patch]: add section headers to LangGraph concepts page (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Jan 15, 2025
2 parents 2c984df + 5030f1e commit bbfc2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bbfc2b7

Please sign in to comment.