NVIDIA NeMo Agent Toolkit

Use Zep memory with NVIDIA NeMo Agent Toolkit for stateful LLM applications.

The NVIDIA NeMo Agent Toolkit includes a memory module that integrates with Zep to provide long-term memory capabilities for stateful LLM-based applications. This integration enables storage of conversation history, user preferences, and other persistent data across multiple interaction steps.

Install dependencies

$pip install nvidia-nat-zep-cloud

Package information

  • Package: nvidia-nat-zep-cloud
  • Version: 1.2.1+
  • Python: >=3.11, <3.13
  • Description: Subpackage for Zep memory integration in NeMo Agent toolkit

Documentation and examples

For comprehensive documentation and usage examples, refer to the official NVIDIA NeMo Agent Toolkit documentation:

Example implementations

Explore example implementations in the NeMo Agent Toolkit repository:

  • examples/memory/redis
  • examples/frameworks/semantic_kernel_demo
  • examples/RAG/simple_rag

Learn more