remember
Store an entity with its observations and relations in a single atomic call, preventing orphan data and duplicate entries with automatic similarity blocking.
Instructions
Store knowledge atomically — entity + observations + relations in ONE call. PRIMARY TOOL for storing new knowledge. Prevents orphan entities. AUTO-BLOCKS if similar entity exists (>80% match). Use force=True to override.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name (canonical form: 'FastAPI' not 'fastapi framework') | |
| force | No | Bypass duplicate check | |
| relations | No | Relations FROM this entity to others | |
| entity_type | Yes | concept=ideas/tech, decision=choices, project=repos, pattern=solutions, question=unknowns, learning=discoveries | |
| observations | No | Atomic facts about this entity |