This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| **Memory** | **Purpose** | **Typical Store** | **Example** | | |
| ------------------ | ------------------------------------ | ------------------------------ | --------------------------------------- | | |
| **Working** | In-process scratchpad | Redis | Reasoning in the current step | | |
| **Cache** | Quick look-back (last sentence/turn) | Redis / in-memory | Recall immediate context | | |
| **Session** | Conversation history | Firestore / Doc DB | Remembering what we discussed last week | | |
| **Procedural** | How to do things (playbooks) | SQL | “How to generate a report” workflow | | |
| **Episodic** | Logged experiences / outcomes | BigQuery / warehouse | Past campaign performance trends | | |
| **Semantic** | Knowledge from documents | pgv |