We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5c6b0 commit c52dfbfCopy full SHA for c52dfbf
2 files changed
src/nvidia_nat_redis/__init__.py
@@ -6,6 +6,6 @@
6
from importlib.metadata import PackageNotFoundError, version
7
8
try:
9
- __version__ = version("nvidia-nat-redis")
+ __version__ = version("nemo-agent-toolkit-redis")
10
except PackageNotFoundError: # pragma: no cover - source-tree usage before installation
11
__version__ = "0.0.0"
src/nvidia_nat_redis/redis_agent_memory/register.py
@@ -4,7 +4,8 @@
4
"""
5
Load Redis Agent Memory NAT components for entry-point registration.
-The ``nat.components`` entry point targets this module. Importing the backend
+This module is imported by ``nat.plugins.redis.register``, which is the
+``nat.components`` entry point target (``nat_redis``). Importing the backend
and wrapper modules runs their NAT registration decorators.
0 commit comments