timeline
Build a chronological timeline of memory changes for a node, query result, or entire tenant. Returns timestamped items with optional evidence records, useful for tracking updates and verifying facts.
Instructions
Build a chronological view of memory changes for a node, a query result, or the whole tenant. Use when order and evidence matter. Returns timestamped timeline items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | No | Optional node ID to anchor the timeline. | |
| query | No | Optional natural-language query to select relevant memories. | |
| limit | No | Maximum number of timeline items to return. | |
| max_depth | No | Relationship traversal depth when a node ID or query is supplied. | |
| include_evidence | No | Whether to include evidence records alongside node and edge events. |