File tree Expand file tree Collapse file tree
nvidia_nat_redis/redis_agent_memory Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222from . import memory
2323from . import object_store
24- from nvidia_nat_redis .redis_agent_memory import memory as _ams_memory # noqa: F401
25- from nvidia_nat_redis .redis_agent_memory .auto_memory import register as _ams_auto # noqa: F401
24+ from nvidia_nat_redis .redis_agent_memory import register as _ams_register # noqa: F401
Original file line number Diff line number Diff line change 44"""
55Load Redis Agent Memory NAT components for entry-point registration.
66
7- This module is imported by ``nat.plugins.redis.register``, which is the
8- ``nat.components`` entry point target (``nat_redis``). Importing the backend
9- and wrapper modules runs their NAT registration decorators .
7+ Imported by ``nat.plugins.redis.register``, the ``nat.components`` entry point
8+ target (``nat_redis``). Importing this module runs the NAT registration
9+ decorators for the Redis Agent Memory backend and auto-memory wrapper .
1010"""
1111
1212from . import memory as _memory # noqa: F401
You can’t perform that action at this time.
0 commit comments