temporal_walk
Walk a graph chronologically to reconstruct the sequence of decisions and events within a specified time range.
Instructions
Walk the graph along the time axis. Returns nodes ordered by created_at ASC within optional time range. Use to reconstruct the chronological sequence of decisions and events.
workspace_id is OPTIONAL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No | Optional. Falls back to env/CWD folder name / 'default' | |
| from_time | No | ISO 8601 start time (optional) | |
| to_time | No | ISO 8601 end time (optional) | |
| relation_type | No | Filter by node type / relation type (optional) | |
| limit | No |