draft_memory
Create a reviewable draft of memory content, allowing safe proposal of observations without altering canonical memory.
Instructions
Create a reviewable draft without writing to canonical memory.
Args: observation: Proposed memory content. tags: Optional list of tags for categorization. importance: Importance score 1-10 (default 5). context: Optional context string. confidence: Confidence score 0-1 (default 1.0).
Returns: JSON string with the draft, review summary, and similar memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| context | No | ||
| branch_id | No | ||
| confidence | No | ||
| importance | No | ||
| observation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |