Prerequisites
- Get your Zep API key from https://app.getzep.com/
- Install dependencies:
pip install agno openai zep-cloud. - Set required environment variables:
export ZEP_API_KEY=<your-zep-api-key>andexport OPENAI_API_KEY=<your-openai-api-key>.
Persist and recall user facts across sessions with ZepTools and ZepAsyncTools injected as agent context.
pip install agno openai zep-cloud.export ZEP_API_KEY=<your-zep-api-key> and export OPENAI_API_KEY=<your-openai-api-key>.