AIInterviewTraining logoAIInterview/Training
🤖 Retrieval & Agents
Core

Agent Memory: Short-Term, Long-Term, and Memory Stores

Agent memory is how an agent holds onto and recalls information across steps and sessions. Short-term (working) memory sits in the context window for the current task; long-term memory is durable information (facts, user preferences, past outcomes) kept outside the window and retrieved when it matters. The skill lies in choosing what deserves to be remembered, where to keep it, and when to read it back. Applied AI interviews test it because durable memory is what turns a one-shot chatbot into an agent that gets better over time.

a free account unlocks the core curriculum tier · no card
RELATED CONCEPTS
PRACTICE THIS IN REAL QUESTIONS
COMPANIES THAT ASSUME THIS
NEXT IN RETRIEVAL & AGENTSAgent Design Patterns: ReAct, Plan-and-Execute, Reflection