arcana_add_memory
Store a memory entry with semantic embedding for persistent project knowledge. Provide a role and content to add searchable memory to the vector database.
Instructions
Store a memory entry as a resource with embedding.
Args:
role: Memory role (e.g. 'user', 'assistant', 'system').
content: The memory content to store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |