mem_session_start
Create or reuse a memory session by unique ID, enabling persistent storage and automatic recall of coding decisions, fixes, and conventions for AI agents.
Instructions
Create a memory session, or return it unchanged if its identifier exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique session identifier. Also accepted as `session_id`, which is what every tool that writes to a session calls it. | |
| project | No | Optional explicit project; otherwise it is detected from directory or cwd. | |
| directory | No | Working directory for this session. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No |