get_related_nodes
Retrieve nodes connected to a specified node via Hebbian edges, filtering by minimum edge weight. Ideal for exploring associative memory graphs strengthened through use.
Instructions
Get nodes connected to a given node by Hebbian edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name to find related nodes for | |
| min_weight | No | Minimum edge weight (default: 0.1) |