Start Session
session_startResume an AI session with saved project memory, restoring context and insights to maintain continuity across conversations.
Instructions
[ENTRY — call FIRST, before acting] Use when the user asks to start, load, continue, resume, or open memory for a project. Set mode='lite' for a ≤500-token briefing (good for fresh conversations where the agent will pull memory on demand via recall()).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 'lite' = ≤500-token sketch; agent must pull on demand. 'full' = current rich payload. | full |
| context | No | Optional context for matching cross-project insights | |
| project | No | auto | |
| verbose | No | Set true to get full JSON context instead of terse summary |