
from cognee16,521
A lightweight knowledge engine for agent memory: build searchable knowledge graphs from documents and use graph-aware search to give agents persistent, temporal
Cognee provides a compact Python API to ingest documents, build knowledge graphs, and run graph-aware searches so agents can store and reuse long-term and session-based memories. It supports ingestion (add), graph construction (cognify), enrichment (memify), and multiple search modes (graph, temporal, RAG, summaries).
Use Cognee when you need agent memory that persists across sessions, when you want graph-structured retrieval (multi-hop or temporal queries), or when you need scoped memories per user/project via datasets and NodeSets. Good for personalization, feedback loops, and improving agent behaviour over time.
add -> cognify -> search workflow, guidance on DataPoint models, NodeSets, and SearchType selection.Best used with Python-based agents and frameworks that can call async Python APIs (e.g., Codex/Copilot-style integrations, Python-backed agent runtimes).
Cognee is a knowledge graph engine for agent memory. The SKILL.md is a comprehensive, well-structured reference covering ingestion (add), graph building (cognify), search, NodeSets, DataPoints, feedback loops, and configuration. No bundled scripts to test. Pure documentation skill with async Python API examples throughout.
No scripts present — static analysis only. The skill is essentially a detailed API reference guide for the cognee library. Well-written with good progressive disclosure from simple to advanced usage. Example API key in config section is clearly a placeholder (sk-...), not a real credential.