khwan_memory
Check recent memory entries, newest first, to confirm a write persisted or see if any data exists. Use when a recall returns empty to verify an empty brain versus a missed match.
Instructions
Inspect what this brain currently remembers, newest first.
A DEBUGGING window on the brain, not a way to seed a session. It returns
recent entries in time order and ignores what you are working on, so it
answers "is anything in here / did that write land" — not "what is relevant
to this task". For the latter use khwan_recall, which ranks by meaning
and returns a bounded set. No model is called.
Reach for it when a recall came back empty and you want to know whether the
brain is empty or merely has nothing close, when confirming a
khwan_remember persisted, or when the user asks what Khwan knows.
Args: limit: max entries to return, newest first (default 20).
Returns: The brain's recent memory entries, in the order they were written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |