cookbook/92_integrations/README.md
Integration examples showing how to connect Agno agents with external platforms and services.
A2A (Agent-to-Agent) protocol examples, including a basic server/client flow.
Discord bot examples, including media handling and memory-enabled bots.
External memory service integrations (Mem0, Memori, and Zep).
Tracing and monitoring integrations for agent and workflow execution.
Third-party RAG and retrieval-stack integrations (Infinity reranker, LightRAG, LangChain + Qdrant).
SurrealDB-backed memory manager integration examples.
Use the demo environment:
.venvs/demo/bin/python cookbook/92_integrations/<folder>/<file>.py
Run the cookbook pattern checker on this section:
.venvs/demo/bin/python cookbook/scripts/check_cookbook_pattern.py --base-dir cookbook/92_integrations --recursive