Agent Session Memory Protocol

Use when: (1) Starting a long-running experiment that may span multiple sessions/disconnects, (2) Resuming work after a break and needing to recover context, (3) Handing off to another agent or session, (4) You realize you've lost track of what was tried and why. Provides a structured 4-file session memory system that captures goal, timeline, files touched, and handoff instructions — lightweight (pure markdown, no infrastructure), works alongside AutoMem or standalone. Inspired by NVIDIA's nemo-rl-session-memory, adapted for Kaggle competition workflows.

topprismdata 1ea3a9c 6.3 KB Updated

File contents

topprismdata/cultivating-ml-agent/tree/main/skills/examples/agent-session-memory-protocol commit 1ea3a9c29f

Frequently asked questions

npx skillmds@latest add topprismdata/agent-session-memory-protocol