docs: update agent.ipynb (#273)

persistance -> persistence
This commit is contained in:
Ikko Eltociear Ashimine 2025-04-07 10:31:46 +09:00 committed by GitHub
parent bc40d86946
commit 87fbf31a78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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", "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", "\n",
"The agent implements:\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", "- a tool for querying Graphiti for shoe information\n",
"- an in-memory MemorySaver to maintain agent state.\n", "- an in-memory MemorySaver to maintain agent state.\n",
"\n", "\n",