memory_append
Record a typed event to the agent's persistent memory log, making it retrievable via memory checkout for future context 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 |
|---|---|---|---|
| actor | Yes | Actor that emitted the event | |
| thread | No | Logical thread / session ID (legacy, use session_id) | |
| payload | Yes | Structured payload | |
| event_type | Yes | Event type, e.g. 'goal.created' | |
| session_id | No | Session ID for multi-agent sharding |