auto_capture
Analyze conversation text to extract and store memory-worthy signals like preferences, decisions, and workflow patterns using lightweight heuristics.
Instructions
Extract memory-worthy items from a conversation turn using lightweight heuristics (zero LLM calls). Detects preferences, identity facts, decisions, corrections, explicit memory instructions, and workflow patterns. Items that pass salience filtering are stored as durable memories. Use this when you want to analyze a block of conversation text and automatically capture any signals worth remembering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Conversation text to analyze for memory-worthy signals | |
| scope | Yes | Required scope such as project:recallnest or session:abc123 | |
| source | No | How this memory was captured | agent |