diff --git a/python-recipes/agents/03_memory_agent.ipynb b/python-recipes/agents/03_memory_agent.ipynb index c701e6c8..9aff82d5 100644 --- a/python-recipes/agents/03_memory_agent.ipynb +++ b/python-recipes/agents/03_memory_agent.ipynb @@ -1579,7 +1579,7 @@ "source": [ "## That's a Wrap!\n", "\n", - "Want to make your own agent? Try the [LangGraph Quickstart](https://langchain-ai.github.io/langgraph/tutorials/introduction/). Then add our [Redis checkpointer](https://github.com/redis-developer/langgraph-redis) to make give your agent fast, persistent memory!" + "Want to make your own agent? Try the [LangGraph Quickstart](https://langchain-ai.github.io/langgraph/tutorials/introduction/). Then add our [Redis checkpointer](https://github.com/redis-developer/langgraph-redis) to give your agent fast, persistent memory!" ] } ],