Skip to main content
ZepTools enable an Agent to interact with a Zep memory system, providing capabilities to store, retrieve, and search memory data associated with user sessions.

Prerequisites

The following example requires the zep-cloud and openai Python packages and a Zep API key.

Example

The following example demonstrates how to create an agent with access to Zep memory:
cookbook/91_tools/zep_tools.py

Toolkit Params

Toolkit Functions

Async Toolkit

The ZepAsyncTools class provides asynchronous versions of the toolkit functions.

Developer Resources