-
Book Overview & Buying
-
Table Of Contents
Unlocking Data with Generative AI and RAG - Second Edition
By :
Having explored the theoretical foundations of agentic memory in Chapter 16, we’ll now turn to its practical implementation. This chapter presents three focused code labs that demonstrate how to build memory-enabled agents using the Cognitive Architectures for Language Agents (CoALA) framework. We’ll implement working, episodic, semantic, and procedural memory systems that allow agents to maintain context, recall past experiences, and accumulate knowledge over time.
Here’s what we’ll cover in this chapter:
Each code lab builds upon the previous one, gradually constructing a sophisticated memory system. We’ll start with a minimal RAG agent foundation, then systematically add episodic memory for conversation recall and...