capture_interaction
Captures conversation interactions as memory, extracting learnable moments from raw text using three-tier extraction.
Instructions
Capture a conversation interaction as memory. Extracts learnable moments from raw text and auto-logs them. Three-tier extraction: online LLM, offline LLM, heuristic fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step | No | Current plan step (default: 1) | |
| conversation | Yes | Raw conversation text (human and AI turns) |