explore_connections
Build reasoning paths, find related memories through spreading activation, or discover bridging connections between memory nodes.
Instructions
Graph exploration tool for memory connections. Actions: 'chain' (build reasoning path between memories), 'associations' (find related memories via spreading activation + hippocampal index), 'bridges' (find connecting memories between two nodes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Target memory ID (required for 'chain' and 'bridges') | |
| from | Yes | Source memory ID | |
| limit | No | Maximum results (default: 10) | |
| action | Yes | Type of exploration: 'chain' builds reasoning path, 'associations' finds related memories, 'bridges' finds connecting memories |