memory_graph
Query entities and relationships in a knowledge graph, exploring multi-hop connections to discover linked memories.
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 |