diff --git a/docs/60-create-agent/1-concepts.mdx b/docs/60-create-agent/1-concepts.mdx index 175a469..3602f9b 100644 --- a/docs/60-create-agent/1-concepts.mdx +++ b/docs/60-create-agent/1-concepts.mdx @@ -4,7 +4,7 @@ Here is a quick overview of concepts that you will come across in this section o In this lab, we will use LangGraph by LangChain to orchestrate the MongoDB learning assistant. LangGraph allows you to model agentic systems as graphs. Graphs in LangGraph have the following core features: -## Graph State +## State Each graph in has a state which is a shared data structure that all the nodes can access and make updates to. You can define custom attributes within the state depending on what parameters you want to track across the nodes of the graph. ## Nodes