polarity_observe
Write durable observations about a user into their personal graph to share context across AI agents. Log preferences, events, and project details without ephemeral chat.
Instructions
Write a freeform observation about the user into their personal graph. Cosmos runs its extractor on the text. Use this when you notice something durable about the user during a session that they would want their other AI agents to know later. Examples: stated preferences, recurring frustrations, project context, relationships. Do not log ephemeral chat content. source should identify your client (e.g. 'claude-code', 'cursor'). kind defaults to 'observation'; use 'event' for things that happened, 'preference' for stated likes/dislikes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| source | No | ||
| tags | No | ||
| kind | No | ||
| confidence | No |