"My agent understands me better": Integrating Dynamic Human-like Memory Recall and Consolidation in LLM-Based Agents
May 21, 2024 ยท View on GitHub
This project is a demonstration of a dialogue agent system that implements human-like memory processes, as described in the following research papers:
https://dl.acm.org/doi/fullHtml/10.1145/3613905.3650839
https://arxiv.org/abs/2404.00573
Setup
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
source venv/bin/activate # For Unix/Linux
venv\Scripts\activate.bat # For Windows
- Install the required packages:
pip install -r requirements.txt
-
Open the
config/globalsfile and enter your name in the user field. -
Open the
config/promptsfile and enter your custom prompts. -
Running the Demo
python run.py