memory_events_poll
Fetch memory events such as shared cache notifications to manage cross-session context updates.
Instructions
Poll for memory events (e.g., shared-cache notifications).
Args: since_timestamp: Only return events after this timestamp (ISO format) tags_filter: Only return events with these tags (e.g., ["shared-cache"]) unconsumed_only: Only return unconsumed events (default: True)
Returns: Dictionary with count and list of events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since_timestamp | No | ||
| tags_filter | No | ||
| unconsumed_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |