AI / CrewAI Interview Questions
What is External Memory in CrewAI?
External Memory lets a crew connect to a memory storage backend outside CrewAI's default configuration, rather than relying purely on the automatically initialized Short-Term, Long-Term, and Entity memory instances.
- Useful for teams that already have an established memory or knowledge infrastructure they want the crew to plug into
- Configured explicitly, rather than through the simple
memory=Trueboolean shortcut - Complements, rather than replaces, the other three memory types
This gives teams a path to integrate CrewAI into an existing data or memory architecture instead of being limited to the framework's default storage.
More Related questions...