remember
Save facts and notes to shared memory so future agent sessions can access them. Optionally claim work to prevent other agents from duplicating it.
Instructions
Write something back, so the next session in any agent knows it too.
Set `claiming` when you are about to start work on this, rather than
just noting something. Other agents are then told you have it and knos
withholds it from them until you finish or half an hour passes. Writing
a plain fact claims nothing: a note everybody can read is the point.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact | Yes | ||
| about | Yes | ||
| claiming | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |