memory_add
Store durable facts in shared memory for users (identity, preferences, working style) or projects (decisions, setup notes). Categorize and tag information for retrieval.
Instructions
Add a durable fact to shared memory.
Use target='user' for identity, preferences, and working style. Use target='memory' for projects, tools, paths, decisions, and setup notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| target | No | memory | |
| category | No | general | |
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |