traverse
agentgraph traverse walks outward from one entity to build a local subgraph around it.
#Synopsis
agentgraph traverse ENTITY_ID [--depth N] [--resolve] [--json]
#Examples
agentgraph traverse abc123ef --depth 2
agentgraph traverse abc123ef --depth 3 --resolve --json
agentgraph traverse abc123ef --depth 0 --json
--depth 0 returns only the starting entity. Depths 1 through 4 include that many relationship hops.