remember_person
Create or update a named person profile with aliases, summary, and self marker, preserving their identity for future agent conversations.
Instructions
Create a new person or update the existing one matching name.
Use this to durably record someone the user talks about. aliases is a list
of {value, kind?, lang?, script?} objects (kinds: nickname, native_script,
transliteration, handle, former_name, other); new aliases are merged into an
existing record. Set summary to describe who they are, and is_self=True
only for the user themselves. Returns the person and whether it was created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| source | No | agent | |
| aliases | No | ||
| is_self | No | ||
| summary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||