AI / CrewAI Interview Questions
What is Long-Term Memory in CrewAI?
Long-Term Memory persists information across separate crew runs, letting agents carry forward lessons or facts learned in one execution into future ones.
- Unlike Short-Term and Entity memory, Long-Term Memory does not use an embedder, so it isn't configured with embedding settings
- Automatically initialized alongside Short-Term and Entity memory when
memory=Trueis set - Useful for crews that run repeatedly over time and benefit from remembering past outcomes
This is what separates a crew that improves or stays consistent across many runs from one that starts completely fresh every single time.
More Related questions...