auto_capture
Scan conversation text for memory-worthy signals using lightweight heuristics, then store detected preferences, identity facts, decisions, and workflow patterns as durable memories.
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 |