memorize
Store key decisions, insights, or notes in a private memory wiki that auto-titles, tags, and links them to related memories for easy future recall.
Instructions
Store a chunk of context in the user's private memory wiki (Imaging V2).
Call this whenever the user says "remember this", "memorize this", or shares a decision, preference, or insight worth keeping beyond this session. The backend auto-titles, auto-tags, and summarizes the chunk, then links it to related memories in the user's knowledge graph. Memories are private to the user — they never appear on public pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional extra tags; auto-extracted tags are added regardless. | |
| title | No | Optional title; when omitted one is derived from the content. | |
| branch | No | Optional mind branch to write on (default "main"). Create branches with mind_branch to explore ideas without touching main. | |
| source | No | Where this came from: "chat", "coding", "agent" (default), or "manual". | agent |
| content | Yes | The text to memorize — a conclusion, a code insight, a decision, meeting notes, anything worth recalling later. | |
| message | No | Optional commit message (default "memorize: <title>"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||