Cognee is an open-source AI memory platform for agents. The important signal is not just the repository, but the packaging of memory as infrastructure: ingestion, knowledge graph, vector search, ontology, integrations, and self-hosted deployment. Agent memory is becoming a separate market because ordinary RAG does not decide what should persist, who verified it, what is stale, or which context can safely enter the next run.
Why is it worth tracking?
Agent memory requires:
- provenance;
- schemas for facts;
- deduplication;
- long-term storage;
- a forgetting policy;
- links between episodic traces and reusable knowledge.
What should memory infrastructure preserve?
Agent memory is not “put everything in a vector database”. It is operational memory: what was done, what was proven, what can be reused, and which records must not enter the next context without review.