get_knowledge_graph
Retrieve memories as a knowledge graph with entities and relationships. Filter by entity type, name, relationship type, or limit to return specific nodes.
Instructions
Get memories organized as a knowledge graph with entities and relationships
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of nodes to return | |
| entity_name | No | Filter by specific entity name | |
| entity_type | No | Filter by entity type (people, organizations, technologies, projects) | |
| relationship_type | No | Filter by relationship type (WORKS_FOR, USES, BUILT_WITH, etc.) |