memory_extract_entities
Identify and store entities and relationships from memory content to enable knowledge graph queries.
Instructions
Store LLM-extracted entities and relationships for a memory. The calling agent should analyze memory content and provide structured entity/relationship data. This enables knowledge graph queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | Memory ID to associate extracted entities with | |
| entities | Yes | Entities extracted from the memory content | |
| relationships | No | Relationships between entities |