plur_session_start
Initializes a session by injecting task-relevant engrams. Filters memory by tags and sets default scope for subsequent learning calls.
Instructions
Start a session — inject relevant engrams for your task. Call at the beginning of every session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to filter injected engrams | |
| task | Yes | What you are working on (triggers engram injection) | |
| default_scope | No | Default scope for plur_learn calls this session when no explicit scope is provided. Only set this if you want ALL engrams to route to a specific store. Usually, leave unset and pass scope per-engram based on relevance. |