ingest_event
Record interaction events like messages or tool calls to store them in the agent's long-term memory for future synthesis.
Instructions
Record an interaction event for future memory synthesis. Use this to capture messages, tool calls, or other signals that should become part of the Anima's long-term memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Event content (message text, tool output, etc.) | |
| event_type | No | Event type (default: message.in) | |
| anima_id | No | ||
| role | No | Message role (user, assistant, etc.) | |
| author | No | Author identifier | |
| session_id | No | Session grouping ID |