mem_session
Manage active memory sessions by starting, summarizing, or checkpointing to persist and recall context across coding agent interactions.
Instructions
Manage the active memory session. Use action=start at session start and action=summary before ending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Session ID. Required for action=start; defaults to manual-save-{project} for summary/checkpoint | |
| action | Yes | Session action | |
| content | No | Full session summary for action=summary | |
| project | Yes | Project name | |
| summary | No | Short checkpoint summary for action=checkpoint | |
| directory | No | Working directory for action=start |