Memary
Basic Information
Memary is an open source memory layer designed to emulate human memory for AI agents and to integrate persistent memory and knowledge graph capabilities into agent workflows. It provides a memory module, knowledge graph integration, and a routing agent implementation so developers can capture, store, and query agent experiences and facts. The project is built to work with locally hosted models (via Ollama) or remote models such as gpt-3.5-turbo and can write agent outputs back into a graph store. It includes a Streamlit demo application, configuration guidance for credentials and graph databases, and support for multi-graph setups to manage separate agents or users. The repository targets developers who want to augment agents with structured, time-aware memory and contextual retrieval mechanisms rather than a standalone end-user chatbot.