memory_append
Append a typed event to an agent's persistent memory log for later retrieval.
Instructions
Append a typed event to the agent's persistent memory log. Appended state becomes retrievable through memory_checkout, the front door for reading memory back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_type | Yes | Event type, e.g. 'goal.created' | |
| actor | Yes | Actor that emitted the event | |
| payload | Yes | Structured payload | |
| thread | No | Logical thread / session ID (legacy, use session_id) | |
| session_id | No | Session ID for multi-agent sharding |