memory_add
Store a new fact or observation in persistent memory and associate it with a specific agent for later recall.
Instructions
Store a new fact in GrayMatter memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The observation or fact to remember. | |
| agent_id | Yes | The agent to associate this memory with. |