auto_capture
Extract memory-worthy items from conversation text by detecting preferences, identity facts, decisions, and corrections, then store as durable memories with zero LLM calls.
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 |