Overview of nemo-rl-session-memory skill
mainThe nemo-rl-session-memory skill provides coding agents with durable working-session memory. It allows agents to preserve and recover context across various interruptions, such as:
- Disconnects or VS Code restarts
- Long-running work sessions
- Handoffs between agents or users
- Branch switches
Important state is written periodically to the repository's session directory to ensure continuity.