recall_with_fallback
Search across memory types with automatic fallback from patterns to project facts, stopping when enough high-confidence results are retrieved.
Instructions
Recall with automatic fallback through memory types.
Tries searching in order: patterns -> project facts -> all types. Stops when min_results are found with medium+ confidence.
Use this when you're unsure which memory type contains the answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Recall mode: 'precision', 'balanced', 'exploratory' | |
| query | Yes | Search query for semantic similarity | |
| min_results | No | Minimum results before trying next fallback |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| guidance | Yes | ||
| memories | Yes | ||
| confidence | Yes | ||
| gated_count | Yes | ||
| context_summary | No | ||
| ranking_factors | Yes | ||
| related_memories | No | ||
| formatted_context | No | ||
| promotion_suggestions | No |