Skip to content

An interactive AI agent system demonstrating how to store, retrieve, and reason with long-term memory using Mem0, Agno agents, and GPT-2 in a simple command-line interface.

Notifications You must be signed in to change notification settings

SanaliSLokuge/Mem0-Agno-Agent-Interaction-with-Chaining-Logic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Mem0 + Agno Interactive Agent Demo

Overview

This project showcases a minimal but powerful example of building AI agents that can store, recall, and reason using long-term memory and language models.

Notebook Link- https://colab.research.google.com/drive/14Ne2Bqlo4b_2-qmmHwFeqLw211qpwC4-?usp=sharing

Documentation- https://docs.google.com/document/d/1e27TTLQlV02jW8hPHslZvtftYegStSoyAnXsmTmWGSU/edit?usp=sharing

It combines three major components:

  • Agno Agent Framework – to define agent behaviors like storing or retrieving.
  • Mem0 Memory Client – to persist and search user memory.
  • Hugging Face LLM – to enable intelligent, context-aware responses.

The entire system runs as a simple command-line interface, and demonstrates core ideas in AI agent workflows:

  • Agent chaining (one agent calling another),
  • Persistent memory integration,
  • LLM-enhanced reasoning.

It is suitable for beginners learning agent development, as well as researchers prototyping memory-augmented agents.


Objectives

  • Understand how to use Mem0 to store and retrieve context.
  • Build modular agents using Agno.
  • Create smart reasoning agents with LLM + memory integration.
  • Demonstrate how agents can be composed into chains for more complex logic.

Installation

Use these commands in Google Colab or a Python 3.8+ environment:

!pip install agno
!pip install mem0ai
!pip install transformers

About

An interactive AI agent system demonstrating how to store, retrieve, and reason with long-term memory using Mem0, Agno agents, and GPT-2 in a simple command-line interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published