memory_edges
List a node's typed edges: outgoing dependencies or incoming reverse edges, such as tasks that track an issue.
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 |