An open-source memory platform that gives agents long-term memory across sessions through a self-hosted knowledge graph.
uv pip install cogneecognee ingests your data in almost any format and builds a knowledge graph your agents can remember from. It replaces the usual stack of a graph database, a vector database and a metadata store with one self-hosted engine.
uv pip install cognee
Set your LLM API key, add data, then query it from your agent.
Volcengine · Tool / CLI
An open-source context database for agents that stores memories, resources and skills under a viking:// filesystem you can browse.
Nous Research · Agent
Nous Research's self-improving agent, which creates skills from experience, improves them in use and remembers you across sessions.
thedotmack · Plugin
Persistent memory for coding agents. It records what the agent did in each session and feeds the useful parts into the next one.