CrewAI Short term memory?

Official Definition :
Temporarily stores recent interactions and outcomes using RAG , enabling agents to recall and utilize information relevant to their current context during the current executions.

does it mean, if i stop execution then agent will lost context ?.

Please answer whoever is sure or worked on it.

1 Like

Looking at the code, it seems like the memories are only kept for that particular run of the crew. Every time you run the crew, it resets the memory and starts storing new data that is only available to the crew for that particular run.