Skip to content

we1shi/Agent-Memory-CHI24

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"My agent understands me better": Integrating Dynamic Human-like Memory Recall and Consolidation in LLM-Based Agents

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

  1. Create a virtual environment:
python -m venv venv
  1. Activate the virtual environment:
source venv/bin/activate  # For Unix/Linux
venv\Scripts\activate.bat  # For Windows
  1. Install the required packages:
pip install -r requirements.txt
  1. Open the config/globals file and enter your name in the user field.

  2. Open the config/prompts file and enter your custom prompts.

  3. Running the Demo

python run.py

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%