mempalace_traverse
Traverse shared-room graphs and explicit tunnels from a start room to discover connected rooms, bounding exploration by a maximum hop count.
Instructions
Traverse the tenant shared-room graph and explicit tunnels with a bounded hop count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_hops | No | Maximum graph hops to follow; bounds traversal work and result breadth. | |
| start_room | Yes | Room name from which to traverse shared-room and explicit tunnel links. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| max_hops | Yes | ||
| start_room | Yes |