pulse
Retrieves the latest checkpoint with its linked memories, along with recent session notes, handoffs, and anti-patterns for session warm-up.
Instructions
Session warm-up: latest checkpoint + open handoffs/anti-patterns + recent notes.
Picks the checkpoint by created_at DESC, never by similarity -- a similarity-ranked top-1 can return a stale checkpoint over a same-day one, which is exactly the failure mode this avoids. latest_checkpoint is returned in full (that's the point of pulse), with its relations attached so linked memories are visible without a separate get_relations call. handoffs and anti_patterns are notes left for whoever resumes; recent_notes are the newest note()'d facts, as recency breadcrumbs -- for relevance-ranked recall use recall()/search(). Those three lists are snippet-truncated -- call get_memory(uid) for one in full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No |