Armory
Source
Browse
Memory

getzep-zep

Examples, framework integrations and tools for Zep Cloud, Zep's hosted agent memory service; the repository says it is not the product itself. The open-source knowledge-graph engine behind Zep is Graphiti (getzep-graphiti).

Score
99.0063 signals
Evidence
4,882 stars · 651 forks · 7 mentions
Last commit
as last read from GitHub; most reads are from 2 Sep 2026 or later
Listed

Install

No one-command install. Set it up from its source.

What it is

Example code, framework integrations and tools for building agent memory with Zep Cloud, Zep's hosted memory service. Its README says the repository is not Zep's product or service. The old self-hosted server, Zep Community Edition, sits in its legacy/ folder and is no longer supported. The engine is a separate repository, Graphiti (getzep-graphiti): an open-source temporal knowledge graph.

When to use it

When an agent keeps its memory in Zep Cloud and you want a worked example or an integration for your framework. To run the memory engine yourself, use getzep-graphiti instead.

How to install / invoke

Zep Cloud needs an account at https://www.getzep.com. The official SDKs are pip install zep-cloud (Python), npm install @getzep/zep-cloud (TypeScript) and go get github.com/getzep/zep-go/v3 (Go); the examples are in the repository: https://github.com/getzep/zep

Notes

Surfaced by the Sentinel→Armory feed (practitioner mentions), 2026-09-02. Checked 2026-09-26: the repository used to be Zep Community Edition, the self-hosted server, and now holds examples and integrations for Zep Cloud. Its stars, forks and last commit are this repository's own; its mentions are practitioners naming Zep, the service it serves. Nothing here is taken from getzep-graphiti.