remember
Store a fact about a subject to build a persistent knowledge graph. Record observations, decisions, or experiment results for later retrieval.
Instructions
Quick knowledge write — store a fact about a subject.
Use this when you:
Discover something worth remembering across sessions
Want to record an experiment result, decision, or observation
Need a quick "jot it down" without specifying exact graph structure
The subject becomes a node (or reuses an existing one), and the fact is stored as an assertion from that node.
Example: remember(subject="RFDB compaction", fact="flush_data_only was a no-op in V2 engine", domain="engineering")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | The entity this fact is about (becomes a node) | |
| fact | Yes | The fact or observation to record | |
| domain | No | Knowledge domain (default: "memory") | |
| confidence | No | Confidence level 0-1 (default: 0.9) | |
| relation | No | Relation type for the assertion edge |