Zep use cases

Common applications for Zep's context engineering platform.
Use casePurposeImplementation
Dynamic Graph RAGProvide your agent with up-to-date knowledge of an object/systemAdd/stream all relevant data to a Graph (docs), chunking first if needed (docs), and retrieve from the graph by constructing a custom context block (docs)
Agent memoryProvide your agent with up-to-date knowledge of a userAdd/stream user messages and user business data to a User Graph (docs), and retrieve user memory as the context block returned from thread.get_user_context (docs), and provide this context block to your agent before responding
Voice agentsProvide up-to-date knowledge with extremely low latency to a voice agentSimilar to other implementations, except incorporating latency optimizations (docs)