Skip to main content
Zep tools serves as the Agno agent’s “Long-Term Memory and Knowledge Graph Engine.” While standard memory tools store raw chat history, Zep goes further by continuously learning from user interactions, extracting facts, and organizing them into a temporal knowledge graph. This allows Agno agents to remember nuances from conversations that happened weeks or months ago without bloating the prompt with old text.

Prerequisites

  • Get your Zep API key from https://app.getzep.com/
  • Set Zep API key as an environment variable: export ZEP_API_KEY=<your-zep-api-key>.

Run the Example

For details, see Zep tools cookbook.