cognee
Give AI agents persistent long-term memory with knowledge graphs
All Skills in This Repository (10)
Pure Emerald Level Indicatorscognee
Converts inputs into a persistent, searchable graph-based memory for AI agents via asynchronous Python API.
cognee-integrations
Configure cognee LLM providers, embedding backends, databases, storage, and MCP server via environment variables.
cognee-docker
Deploy the cognee API server and full stack using Docker images and compose profiles.
cognee-community
Install and register community database adapters, connectors, and pipelines for cognee.
cognee-permissions
Explains cognee's ACL-based permission system for datasets, roles, and tenants.
cognee-cli
Operates the cognee memory platform from the terminal via remember, recall, forget, and improve commands.
cognee-install
Installs cognee and runs a first remember-recall flow with the Python SDK.
diff-risk-explainer
Explains what changed in small code diffs with brief summaries.
skill-feedback-writer
Evaluates skill outputs and generates structured JSON feedback identifying missing instructions.
pr-comment-evaluator
Evaluates whether a pull request review comment sounds polite.
Frequently Asked Questions
FAQPage SchemaHow to install cognee?โผ
Run `npx skills add topoteretes/cognee --all -g -y` in your terminal to install all skills in this suite globally.
What does cognee do for AI agents?โผ
Cognee gives agents persistent long-term memory by turning your documents and data into a knowledge graph they can search and recall across sessions. It combines vector search, graph reasoning, and feedback loops so agents improve over time without retraining.
How is cognee different from traditional RAG?โผ
Instead of retrieving flat text chunks, cognee builds a knowledge graph with extracted entities and relationships, enabling multi-hop reasoning and memory that evolves as your data grows.
Does cognee work with Claude Code and other AI tools?โผ
Yes. Cognee ships an MCP server, a Claude Code plugin, and an OpenClaw plugin, so agents in Claude Code, Cursor, and similar tools can use its memory directly.
Can I run cognee locally without cloud services?โผ
Yes. Cognee runs fully locally with embedded SQLite, LanceDB, and Ladybug databases by default, and Docker images are available for one-command setup.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core