nemo-rl-session-memory

Installation
SKILL.md

Session Memory

Keep a durable, human-readable record of the current working session so another agent can resume after a disconnect with minimal context loss.

When To Use

Use this skill when:

  • The user asks to preserve, recover, checkpoint, or manage agent memory.
  • Work is long-running, experimental, or likely to span disconnects.
  • You are about to make nontrivial edits, run long jobs, switch branches, or pause for user input.
  • You resume in a repo that already has ./session/ directories.

Session Directory

Create one directory per working session:

Installs
2
Repository
nvidia-nemo/rl
GitHub Stars
1.8K
First Seen
Jun 20, 2026
nemo-rl-session-memory — nvidia-nemo/rl