remember
Store, merge, or replace entity observations in the memory graph to maintain persistent context across sessions.
Instructions
Upsert an entity in the memory graph. If the entity already exists and upsert is true (default), observations are merged. If upsert is false, the entity is overwritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique name/identifier for the entity | |
| upsert | No | If true (default), merge observations with existing entity. If false, replace. | |
| entityType | Yes | Type of entity (e.g. Person, Company, Convention, Decision, System) | |
| observations | Yes | Array of factual observations about this entity |