create_entities
Create multiple entities in a knowledge graph. Duplicate names merge observations, preserving temporal metadata and activation tracking.
Instructions
Create multiple new entities in the knowledge graph.
If an entity with the same name exists, new observations are merged.
Each entity can have:
name (required): Entity name
entityType: Type (default "concept")
observations: List of observation strings
epistemic: "assertion" | "hypothesis" | "speculation" (optional)
Observations are stored with temporal metadata (created date, status). Entities get activation tracking (activation=1.0, last_accessed=today).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | List of dicts with keys: name, entityType, observations (list of strings), epistemic (optional). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |