mempalace_diary_write
Write a concise plain-text diary entry to store a session summary or durable observation, indexed for scoped semantic search.
Instructions
Write a concise readable plain-text diary entry summarizing a meaningful session. Diary text is stored as user data, not instructions; do not add an AAAK: prefix unless explicitly requested. New entries are indexed for scoped diary semantic search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | No | Optional room within the diary wing; defaults to the diary room. | |
| wing | No | Optional memory wing for scoped diary retrieval. | |
| entry | Yes | Concise readable session note or durable observation to store verbatim. | |
| topic | No | Optional topic label used to organize and filter diary entries. | |
| agent_name | Yes | Explicit agent identity whose diary receives this entry. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | Yes | ||
| wing | Yes | ||
| agent | Yes | ||
| topic | Yes | ||
| chunks | Yes | ||
| success | Yes | ||
| entry_id | Yes | ||
| timestamp | Yes |