Memori is agent-native memory infrastructure. A SQL-native, LLM-agnostic layer that turns agent execution and interactions into structured, persistent state for production systems.
Stars
13.0k
Forks
1.6k
Watchers
13.0k
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
175
commits
105
commits
48
commits
29
commits
27
commits
13
commits
10
commits
7
commits
5
commits
5
commits
Revise Memori repo readme and docs/memori-cloud/mcp/overview (#394)
082999aView on GitHubImplement delete_entity_memories method and BYODB configuration (#393)
d0e4af1View on GitHubrefactor(api): enhance type annotations and docstrings for Memori and LlmRegistry (#390)
a0a9446View on GitHubrefactor(embeddings): improve logging configuration for SentenceTransformer model loading (#388)
796a581View on GitHubfix(embeddings): suppress transformers warnings during model loading (#332)
0903e4cView on GitHubEnhance recall engine to support summary integration and deduplication. Updated `RecallObject` and `ParsedFact` interfaces to include summaries. Implemented logic to collect and format summaries from recalled facts, ensuring unique entries. Updated tests to verify the inclusion and formatting of summaries in recall context. (#381) (#384)
890beb3View on GitHubEnhance summary collection in recall process by implementing deduplication logic. Introduced a mechanism to track seen summaries based on content and creation date, ensuring unique entries are added. Updated tests to verify deduplication functionality for recalled facts. (#380)
77d8db1View on GitHub- Implementation of conversation handling and memory augmentation. (#379)
ab4d302View on GitHub