Skip to content

Commit

Permalink
docs: update agent.ipynb
Browse files Browse the repository at this point in the history
persistance -> persistence
  • Loading branch information
eltociear authored Feb 23, 2025
1 parent e1022fa commit 768dd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/langgraph-agent/agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"The following example demonstrates building an agent using LangGraph. Graphiti is used to personalize agent responses based on information learned from prior conversations. Additionally, a database of products is loaded into the Graphiti graph, enabling the agent to speak to these products.\n",
"\n",
"The agent implements:\n",
"- persistance of new chat turns to Graphiti and recall of relevant Facts using the most recent message.\n",
"- persistence of new chat turns to Graphiti and recall of relevant Facts using the most recent message.\n",
"- a tool for querying Graphiti for shoe information\n",
"- an in-memory MemorySaver to maintain agent state.\n",
"\n",
Expand Down

0 comments on commit 768dd19

Please # to comment.