[Ch 6] Memory Management for Production Agents
A four-layer memory architecture for production AI agents: in-context message management, episodic persistence with MongoDB, semantic memory via RAG with FAISS, and procedural …
•
7 min read
A four-layer memory architecture for production AI agents: in-context message management, episodic persistence with MongoDB, semantic memory via RAG with FAISS, and procedural …
Build a complete, multi-turn AI agent from scratch using LangGraph — with persistent memory via SQLite checkpointer, proper streaming output, structured tool schemas, and …