mine_session
Extract reusable patterns, decisions, and learnings from a finished chat-history session to create durable memory entries before they age out. Returns candidates grouped by kind.
Instructions
Extract reusable patterns, decisions, and learnings from a single chat-history session, as candidate memory entries. Use to distill a finished session into durable memory before it ages out. Read-only. Returns the mined candidates grouped by kind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Session id to mine. | |
| path | No | Optional path to a chat-history JSONL; defaults to the standard location. |