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
78
Repository
nvidia/skills
GitHub Stars
1.0K
First Seen
3 days ago
nemo-rl-session-memory — nvidia/skills