From ddf325f6b80d9f5dd2a065d84a3107b8148aebfb Mon Sep 17 00:00:00 2001 From: Zach <33015448+zachary62@users.noreply.github.com> Date: Mon, 24 Mar 2025 02:17:18 -0400 Subject: [PATCH] Update README.md --- cookbook/pocketflow-chat-memory/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cookbook/pocketflow-chat-memory/README.md b/cookbook/pocketflow-chat-memory/README.md index 8f301ba..21e7ac4 100644 --- a/cookbook/pocketflow-chat-memory/README.md +++ b/cookbook/pocketflow-chat-memory/README.md @@ -1,6 +1,8 @@ # PocketFlow Chat with Memory -A chat application with memory retrieval using PocketFlow. This example maintains a sliding window of recent conversations while retrieving relevant past conversations based on context. This implementation is based directly on the tutorial: [Build AI Agent Memory From Scratch — Tutorial For Dummies](https://zacharyhuang.substack.com/p/build-ai-agent-memory-from-scratch). +A chat application with memory retrieval using PocketFlow. This example maintains a sliding window of recent conversations while retrieving relevant past conversations based on context. + +This implementation is based directly on the tutorial: [Build AI Agent Memory From Scratch — Tutorial For Dummies](https://zacharyhuang.substack.com/p/build-ai-agent-memory-from-scratch). ## Features