record_event
Record custom episodic events to annotate significant moments in the memory timeline without triggering a search.
Instructions
Record a custom episodic event in the memory timeline.
Useful for agents to annotate significant moments (e.g. "user reviewed
this document", "agent summarised this file") without triggering a
search.
Args:
event_type: Category string for the event.
source: Associated file path or source name.
note: Free-text annotation stored in ``metadata.note``.
chunk_ids: Chunk identifiers involved.
Returns:
The persisted event dict with its generated ``event_id``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_type | Yes | ||
| source | No | ||
| note | No | ||
| chunk_ids | No |