A Memory agent which creates/updates memories of the user to give context to LLM.
git clone https://github.com/rooshil-bhatia/Memory_Agent.git
GROQ_API_KEY="YOUR_API_KEY"
3) Create a virtual environment using conda or python venv and use this command to install dependencies.
pip install -r requirements.txt
python memory_agent.py
