Is there any detail documentation for configuration Redis Memory in workflow configuration ?
Hi Minh,
There isn’t a detailed, Redis‑specific setup guide for NeMo Agent Toolkit yet. The toolkit is meant to be memory‑backend‑agnostic, so Redis just plugs in through the generic memory interface rather than its own special config.
Best bet right now is to:
-
Check the main NeMo Agent Toolkit docs for the “memory”/long‑term memory section to see how a backend is wired into a workflow.
-
Look in the GitHub repo for examples that use an external memory store and copy that pattern for Redis.
-
Comment on or open a GitHub issue about Redis memory to confirm current support and ask for a minimal config example.
Thanks,
Aharpster