memory_timeline
Get chronological context for observation IDs to trace event sequences and understand how memories relate over time.
Instructions
Layer 2: Get chronological context for memory IDs (~200 tokens/result).
AUTOMATIC TRIGGERS - Call this when:
You have observation IDs from search_memory
You need to understand the sequence of events
Understanding how observations relate to each other over time
Returns narrative flow around observations. Use AFTER search_memory to understand sequence. Provides timeline context for how observations relate to each other.
PARAMETERS:
ids: List of observation IDs from search_memory
window: Time window for context around each observation (default: "5m")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| window | No | 5m |