store_semantic_memory
Store a distilled knowledge node with concept and definition into semantic memory, enabling retrieval of relevant knowledge without raw event history.
Instructions
Store a distilled knowledge node in semantic memory.
Semantic memory holds the 'what I know' layer — concepts, definitions,
and their relationships. Used by retrieval to surface relevant knowledge
without relying on raw event history.
Args:
concept: Short name for the concept (e.g. 'RDT sensitivity', 'fAChE inhibition').
definition: 1-3 sentence definition or explanation.
related_concepts: Comma-separated related concept names.
source_type: Where this came from: 'paper', 'note', 'idea', 'user_defined'.
source_id: ID of the source record (e.g. paper DOI or idea_id).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes | ||
| definition | Yes | ||
| related_concepts | No | ||
| source_type | No | user_defined | |
| source_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |