Back to list
High-Potential
Python
📚 Memanto
273 stars179 forksPython
agent-memoryai-agentscrewailangchainllm-memorylong-term-memorymemantomemorymoorchehragsemantic-memorystateful-ai
Memanto is a dedicated memory layer framework designed for AI agents. In short, it attempts to solve the common issue where agents lose track of context or "forget" details during extended, multi-turn interactions.
By combining semantic search with state management, it aims to provide LLMs with persistent long-term memory. The interesting part is its design for easy integration with mainstream agent frameworks like LangChain and CrewAI. For developers building complex agents that need to retain user preferences or historical interactions, this serves as a practical middleware component.