How to use memory to persist information across different conversations
pip install chromadb
to install its dependencies.
recall_color
flow would have no way of knowing about the information from the first flow, even though its the same agent, because the conversation histories are not shared.
However, because we gave the agent a memory module and instructions for how to use it, the agent will be able to recall the information from the first flow.
Run the first flow:
Memory
object with a unique key and instructions for its use.