extract
Pull facts, decisions, and key information from conversation text using pattern matching, converting unstructured dialogue into structured memories.
Instructions
Automatically extract memories from conversation text. Uses pattern matching to identify facts, decisions, and key information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to extract memories from | |
| project | No | Project scope for this operation. Omit to auto-detect from environment. Use "*" to search across all projects. | |
| _agent_id | No | Optional agent identifier for request tracing and per-agent rate limiting. | |
| namespace | No | Namespace for extracted memories | extracted |
| deduplicate | No | Skip if similar memory exists | |
| min_confidence | No | Minimum confidence to extract | |
| dedup_threshold | No | Similarity threshold for deduplication |