mine_session
Extract reusable patterns, decisions, and learnings from a single chat session to create candidate memory entries before the session expires. Distill finished sessions into durable memory.
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 |
|---|---|---|---|
| path | No | Optional path to a chat-history JSONL; defaults to the standard location. | |
| session | No | Session id to mine. |