open_nodes
Retrieve entities by name from the memory knowledge graph, with optional depth to include connected entities via relations.
Instructions
Open specific entities by name.
depth=0: exact entities only. depth=1: include direct neighbors via relations. depth=2+: BFS expansion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | ||
| depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |