> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Llms integrations

# Cognee Integrations

> Integration guides for observability, orchestration frameworks, AI tooling, and partner ecosystems.

See the full overview at [https://docs.cognee.ai/llms.txt](https://docs.cognee.ai/llms.txt).

## Integrations

* [Integrations](https://docs.cognee.ai/integrations.md): Connect Cognee with your favorite Agent frameworks and for observability, evaluation, and development tools
* [AWS Bedrock Integration](https://docs.cognee.ai/integrations/aws-bedrock-integration.md): Use AWS Bedrock LLMs with Cognee through LiteLLM proxy
* [Observability with Langfuse](https://docs.cognee.ai/integrations/langfuse-integration.md): Langfuse is an open-source observability and analytics platform for LLM-powered applications. It collects traces, generations, and custom metrics so that you can debug, evaluate, and monitor your AI features in produc...
* [OpenTelemetry Tracing](https://docs.cognee.ai/integrations/opentelemetry-tracing.md): Cognee ships a built-in OpenTelemetry (OTEL) tracing layer that works independently of, and optionally alongside, LangFuse. It creates OTEL spans for every @observe-decorated function and can export them to any OTLP-c...
* [Observability with Keywords AI](https://docs.cognee.ai/integrations/keywordsai-integration.md): Keywords AI provides observability and tracing for LLM-powered and agentic applications. In Cognee, it captures spans for tasks and workflows via the same @observe decorator used across providers.
* [Built-in Evaluation Framework](https://docs.cognee.ai/integrations/eval-framework.md): Cognee ships a self-contained evaluation framework at cognee/eval\_framework/ that lets you benchmark retrieval quality on standard multi-hop QA datasets, compare different search strategies, and inspect results in an...
* [Evaluation with DeepEval](https://docs.cognee.ai/integrations/deepeval-integration.md): DeepEval is an open-source evaluation framework that provides ready-made metrics (both traditional and LLM-as-a-judge) for LLM pipelines. Compared with hand-rolled evaluation scripts, DeepEval lets you:
* [ScrapeGraphAI](https://docs.cognee.ai/integrations/scrapegraphai-integration.md): Scrape web pages and feed the extracted content into cognee using ScrapeGraphAI. The cognee-community-tasks-scrapegraph package provides two async tasks: scrape\_urls for extraction and scrape\_and\_add for end-to-end sc...
* [dlt (Data Load Tool)](https://docs.cognee.ai/integrations/dlt-integration.md): Ingest structured relational data — databases, CSV files, and dlt resources — directly into cognee's knowledge graph. Foreign keys become graph edges, tables become schema nodes, and each row becomes a searchable docu...
* [LangGraph](https://docs.cognee.ai/integrations/langgraph-integration.md): Give your LangGraph agents persistent semantic memory that survives across sessions. Store data in cognee's knowledge graph and retrieve it via natural language—no manual state management required.
* [Google ADK](https://docs.cognee.ai/integrations/google-adk-integration.md): Give your Google ADK agents cognee's memory. Store structured knowledge, retrieve via natural language, and maintain context across sessions - all through two async tools.
* [OpenClaw](https://docs.cognee.ai/integrations/openclaw-integration.md): Give your OpenClaw agents persistent memory via plugin powered by cognee. Automatically index memory files, recall relevant context before each agent run, and search across sessions with natural language.
* [n8n](https://docs.cognee.ai/integrations/n8n-integration.md): Connect n8n to cognee's AI memory engine and build powerful automation workflows with persistent knowledge graphs. Add data, process it into memory, and run semantic searches - all without writing code.
* [Claude Agent SDK](https://docs.cognee.ai/integrations/claude-agent-sdk-integration.md): Give your Claude Agent SDK agents persistent memory powered by cognee, build knowledge graphs, retrieve with natural language, and maintain context across sessions.
* [OpenAI Agents SDK](https://docs.cognee.ai/integrations/openai-agents-sdk-integration.md): Give your OpenAI Agents SDK agents structured memory that persists across sessions.
