MemoriLabs/Memori

Memori is agent-native memory infrastructure. A LLM-agnostic layer that turns agent execution and conversation into structured, persistent state for...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 47 minutes ago
Added to GitGenius on November 20th, 2025
Created on July 24th, 2025
Open Issues & Pull Requests: 33 (+0)
Number of forks: 3,229
Total Stargazers: 16,207 (+0)
Total Subscribers: 70 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 days
Mean response time: 21.1 days
90th percentile: 79.8 days
Tracked items: 105

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "hacktoberfest" is answered fastest, typically in about 6 hours, while "enhancement" waits about 4 days. Only 10% of issues opened in the past year have been closed. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 16
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 48 days
Stale 30+ days: 11
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (20)
  • enhancement (17)
  • hacktoberfest (14)
  • help wanted (4)
  • good first issue (2)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Memori is agent-native memory infrastructure that captures structured, persistent state from agent execution and conversation for production systems.

The problem Memori solves is that agents need to retain and efficiently access information across conversations and executions, but naive approaches either bloat context windows or lose important details. Memori works by converting agent interactions into structured memory that persists independently of the LLM, allowing agents to query and update state without reloading full conversation history. The tool is LLM-agnostic and datastore-agnostic, integrating into existing infrastructure without requiring replacement of current systems or databases.

Memori suits teams building production agent systems who need memory that scales beyond single-session contexts. It works across managed cloud, single-tenant cloud, VPC, and on-premises deployments. The tool offers both a managed cloud option requiring only an API key for immediate use, and a bring-your-own-database option for teams with existing data infrastructure. The README benchmarks Memori against other retrieval-based memory systems, showing it achieves higher accuracy on long-conversation tasks while using significantly fewer tokens per query than alternatives.

The maintainers respond to issues and pull requests within a few days. Development activity centers on bug fixes, feature enhancements, and community contributions.