memory.propose
Propose a canonical memory using Markdown content and PostgreSQL metadata, with memory type and sensitivity to organize durable, searchable project knowledge.
Instructions
Propose a canonical memory backed by Markdown and PostgreSQL metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes | ||
| user_id | No | ||
| tenant_id | No | ||
| project_id | No | ||
| session_id | No | ||
| memory_type | Yes | ||
| sensitivity | No | internal | |
| source_kind | No | user | |
| workspace_id | No | ||
| repository_id | No | ||
| source_reference | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| scope | Yes | ||
| title | Yes | ||
| status | Yes | ||
| content | Yes | ||
| memory_type | Yes | ||
| sensitivity | Yes |