jambavan_session_import
Parses a session handoff document and stores key items as memories, preventing duplicate entries on re-import.
Instructions
Import a session handoff document into the memory store. Parses the handoff markdown and stores key items as memories if they are not already present. Idempotent — re-importing the same document does not create duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The handoff document markdown to import. | |
| scope | No | Target memory scope. Defaults to project scope. |