lore_insert
Insert memories into the store with titles, content, descriptions, scores, and source tags. Create links between memories to define relationships.
Instructions
Insert memories and/or links into the store.
Each memory dict must include:
title (str, required): short unique label for the memory
content (str, optional): the full text to store
description (str, optional): brief summary
score (float, optional, default 5.0): initial quality score 0-10
source_type (str, optional, default 'observed'): provenance tag. One of:
observed,inferred,user_stated,consolidated,injected.links (list[dict[str, Any]], optional): inline links to create after insert. Each link dict: {target_memory_id (str, required), relation_type (str, required), reason? (str)}
Each top-level link dict must include source_memory_id, target_memory_id, relation_type, and reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memories | No | ||
| links | No | ||
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||