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 ZepTools require the zep-cloud Python package and a Zep API key.

Example

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

Toolkit Params

Toolkit Functions

Async Toolkit

The ZepAsyncTools class extends the ZepTools class and provides asynchronous versions of the toolkit functions.

Developer Resources