get_network_overview
Map a Houdini scene's network topology by BFS traversal from a parent node with bounded depth and node limits, returning nodes, edges, and truncation info for read-only analysis.
Instructions
有界 BFS 遍历 parent 节点的网络拓扑(add-scene-context-selection-materials,READ_ONLY)。
``max_depth`` 控制 BFS 深度(0 = 仅 parent_path),
``max_nodes`` 限制 HOM 访问节点预算;返回 ``nodes / edges /
visited_count / truncated / truncation_reason``。节点去重
使用 path-based visited,环 / 共享祖先仅记一次。响应过 server
端 ``apply_response_cap``。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| max_depth | No | ||
| max_nodes | No | ||
| parent_path | Yes |