Cognee Integrations - AI Memory for Your Agent Framework
Demo
.
Docs
.
Learn More
·
Join Discord
·
Join r/AIMemory
.
Core Repo
[](https://GitHub.com/topoteretes/cognee-integrations/network/)
[](https://GitHub.com/topoteretes/cognee-integrations/stargazers/)
[](https://pepy.tech/project/cognee)
[](https://github.com/topoteretes/cognee-integrations/blob/main/LICENSE)
[](https://github.com/topoteretes/cognee-integrations/graphs/contributors)
# Cognee Integrations
Monorepo for all Cognee-owned integration packages. Each integration gives an agent
framework (Strands, CrewAI, LangGraph, Google ADK, …) a persistent **memory layer**
backed by [cognee](https://github.com/topoteretes/cognee): a permanent knowledge graph
plus a fast session cache.
## Available Integrations
Install these from their public registries — you do **not** need to clone this monorepo to use them.
| Framework | Package | Install |
|---|---|---|
| Strands | `cognee-integration-strands` | `pip install cognee-integration-strands` |
| CrewAI | `cognee-integration-crewai` | `pip install cognee-integration-crewai` |
| LangGraph | `cognee-integration-langgraph` | `pip install cognee-integration-langgraph` |
| Google ADK | `cognee-integration-google-adk` | `pip install cognee-integration-google-adk` |
| Claude Agent SDK | `cognee-integration-claude` | `pip install cognee-integration-claude` |
| Hermes Agent | `cognee-integration-hermes-agent` | `pip install cognee-integration-hermes-agent` |
| OpenClaw | `@cognee/cognee-openclaw` | `npm install @cognee/cognee-openclaw` or install from clawhub.ai|
| n8n | `n8n-nodes-cognee` | install via n8n community nodes |
| Dify (Cloud) | `cognee` | install from the Dify marketplace |
| Dify (self-hosted) | `cognee-sdk` | install from the Dify marketplace |
Each integration has its own `README.md` under `integrations/