Skip to content

rooshil-bhatia/Memory_Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Memory_Agent

A Memory agent which creates/updates memories of the user to give context to LLM.

My Image

1) git clone the repository.

git clone https://github.com/rooshil-bhatia/Memory_Agent.git

2) Create a .env file and save your groq api key as.

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

4) You can run directly the memory_agent.py using python and chat with the llm using terminal.

python memory_agent.py

5) While chatting you can type "list memories" to see your current saved memories.

About

A Memory agent which creates/updates memories of the user to give context to LLM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages