store_memory
Store structured memory with metadata and trust scoring for AI agents. Enables encrypted, auditable recall with optional intent classification.
Instructions
Store structured memory with metadata and trust scoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization. | |
| content | Yes | The memory content to store securely. | |
| agent_id | No | Agent identifier for memory isolation. Defaults to "default". | |
| force_intent | No | MANUAL OVERRIDE ONLY — use apenas quando você (humano) quer forçar explicitamente a classificação de intenção. Valores reconhecidos: preference | fact | procedural | bio | critical | operational | strategic | compliance | security | system_directive | clinical | general | ephemeral. Se não tiver certeza, NÃO preencha este campo — o sistema classifica automaticamente. Valores não reconhecidos são ignorados silenciosamente e retornados em warnings. | |
| intent_reason | No | Auditable reason for forcing intent classification. Max 500 characters. Ignored if force_intent is absent. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| scope | Yes | ||
| stored | Yes |