Karpathy’s LLM Wiki as Agent Memory (opens in new tab)
Lately, I’ve been down a rabbit hole exploring agent memory. What makes it so fascinating is all of the various types of memory we need to consider when building agents. Conversational Stores the messages exchanged between the user and assistant so the agent can refer back to prior turns in the conversation.
Read the original article