iranti_related_deep
Discover related entities up to N hops deep for any entity within the Iranti memory system. Use after iranti_attend to enable intelligent memory injection before graph traversal.
Instructions
Read related entities up to N hops deep for a given entity. REQUIRED: call iranti_attend before this discovery tool so Iranti can decide whether memory should be injected before graph traversal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity in entityType/entityId format. | |
| depth | No | Traversal depth. | |
| agent | No | Override the default agent id for protocol tracking. | |
| agentId | No | Alias for agent. Override the default agent id for protocol tracking. |