jambavan_memory_mine_session
Extract and store facts, decisions, TODOs, and constraints from session transcripts as durable memories through deterministic text mining.
Instructions
Mine durable facts, decisions, TODOs, and constraints from a pasted session transcript or log. Stores each extracted item as an OKF memory in the requested scope. This is deterministic text mining — no summarization or external service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Session transcript, notes, or log text to mine. | |
| scope | No | Memory scope / project name. Defaults to the active project, or "global" without a root. | |
| source | No | Optional source label, e.g. session id or file path. | |
| collection | No | Logical collection. Defaults to "general". |