get_diary
Retrieve daily diary entries written by the AI agent about its work reflections. Access recent entries or query a specific date to review past reasoning and decisions.
Instructions
Read the agent's daily first-person diary from the diary layer.
The diary is a distinct layer (personal.diary): one LLM-written entry per day reflecting on that day's work — not part of the conversation corpus, so search_personal_memory does NOT surface it. Use this to read the diary itself.
Args: date: 'latest' for the most recent entries, or 'YYYY-MM-DD' for a specific day. n: when date='latest', how many recent entries to return (default 1, max 14).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | ||
| date | No | latest |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |