memory_edges
List a node's outgoing dependencies or reverse references by choosing direction: 'from' shows links it depends on, 'into' reveals what points to it.
Instructions
List a node's typed edges: direction=from returns its outgoing edges (deps / links / tracks); direction=into is the reverse traversal (e.g. tasks that track an issue, or nodes that depend on this one).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | No | ||
| direction | Yes | ||
| github_repo | No | ||
| github_owner | No | ||
| github_number | No |