memory_extract_learnings
Extract decisions, patterns, error fixes, and conventions from session transcripts using heuristic analysis, with automatic deduplication and optional storage to a knowledge graph.
Instructions
Extract decisions, patterns, error fixes, and conventions from a session transcript using heuristic analysis. Deduplicates against existing memories and optionally auto-stores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transcript | Yes | Session transcript or conversation text to extract learnings from | |
| scope | No | Memory scope for isolation | global |
| namespace | No | Namespace within scope (e.g., project name, team name) | |
| department | No | Department (e.g., legal, engineering, hr, sales, finance) | |
| tags | No | Tags for categorization | |
| source | No | Source identifier for the session (e.g., "session-2026-03-26") | |
| categories | No | Which categories of learnings to extract (default: all) | |
| auto_store | No | If true, automatically store extracted learnings as memories |