memory_add
Store a fact or observation in an agent's memory for persistent recall and knowledge graph building across sessions.
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. |