#752 · Primary category: AI Agents & Automation
memorizz
MemoRizz: A Python library serving as a memory layer for AI applications. Leverages popular databases and storage solutions to optimize memory usage. Provides utility classes and methods for efficient data management.
Project last updated:08/29/26
GitHub Stars
765
Forks
79
Contributors
4
License
Other
Why we included this project
Memorizz is built for agents that need to remember across sessions. It's a Python library that handles the persistence for you, so you don't have to wire up a database and embedding pipeline by hand. The library bundles five memory systems (episodic, semantic, procedural, short-term, and shared) and lets you plug in MongoDB, Oracle, or a plain filesystem as the backend, which makes it easy to fit into a stack you already run. Beyond the basic storage, you get semantic retrieval with embeddings and vector search, entity memory for profile-style facts, and a semantic cache that cuts down on repeat LLM calls. It also connects over MCP and ships a memory-first harness that can run Codex, Claude Code, OpenHands, or a native agent behind shared memory and policy controls. The project is explicitly experimental and released under a noncommercial license, so it's best suited to research, learning, and evaluation rather than production workloads.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
hermes-agent
The agent that grows with you
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
deepseek-harness
DeepSeek Harness: Everything is a Plugin.
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.