memory_graph
Find entities, relationships, and linked memories in a knowledge graph. Start traversal from an entity name or browse by type with depth control.
Instructions
Query the knowledge graph: find entities, their relationships, and linked memories. Use entity name to start traversal, or browse all entities by type. Supports multi-hop traversal (depth 1-3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | No | Entity name to start graph traversal from | |
| entity_type | No | Filter entities by type | |
| depth | No | Graph traversal depth (1-3 hops) | |
| include_memories | No | Include linked memories in the response | |
| limit | No | Maximum entities to return |