Install
$ agentstack add skill-agentskillexchange-skills-add-temporal-context-memory-to-agent-workflows-with-zep ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Add temporal context memory to agent workflows with Zep
Use Zep as an external context layer for agents that need to store events, assemble temporal graph context, and retrieve relevant memory before model calls.
Prerequisites
Zep Cloud account; Python SDK zep-cloud or TypeScript SDK @getzep/zep-cloud; agent runtime such as LangChain, LlamaIndex, AutoGen, or a custom agent service
Installation
Use the upstream install or setup path that matches your environment:
- Install UV (if not already installed):
- uv sync
Requirements and caveats from upstream:
- Python: pip install zep-cloud
- This project uses UV for Python package management with workspace features.
- Python 3.13+
Basic usage or getting-started notes:
- Visit www.getzep.com to sign up for Zep Cloud, our managed service delivering intelligent agent context with <200ms latency, enterprise-grade scalability, and SOC2 Type 2 / HIPAA compliance....
- Zep offers comprehensive SDKs for multiple languages:
- TypeScript/JavaScript: npm install @getzep/zep-cloud
- Source: https://github.com/getzep/zep
- Extracted from upstream docs: https://raw.githubusercontent.com/getzep/zep/HEAD/README.md
Documentation
- https://help.getzep.com
Source
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: agentskillexchange
- Source: agentskillexchange/skills
- License: MIT
- Homepage: https://agentskillexchange.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.