auto_capture
Extract preferences, facts, and decisions from conversation text using zero-LLM heuristics. Store memory-worthy signals as durable memories to maintain persistent context for AI agents.
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 |