handoff
Leave a note for the next agent or session taking over, so open items for a domain surface automatically and work can continue without losing context.
Instructions
Leave a note for another agent/session picking up this work.
Stored as type='handoff'; open ones for a domain are surfaced by pulse().
also cross-lists it into further domain paths -- see note().
content holds the message and what the next agent needs to act on it.
Durable knowledge goes to note() and is cited from here -- see note()
on when a body is two memories.
title: one line naming what this memory is about, in the words someone would look for it by. It is what a list shows instead of the opening of the body, and it outweighs every other field in search, so a title that repeats the type ("note about the parser") names nothing. At most 120 characters, and a name that needs more than that is summarizing the body instead of naming it.
tags carries the synonyms the body never uses: retrieval is BM25 over
content and tags, so a memory with none is reachable only by quoting
itself. See note() for what belongs there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| also | No | ||
| tags | No | ||
| title | Yes | ||
| domain | No | ||
| content | Yes | ||
| session | No |