update_memory
Append new entries to persistent memory for AI agents. Store market observations, trade records, and notes to maintain long-term context and recall.
Instructions
Append a new entry to the agent's persistent memory file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | Yes | The memory entry to save (e.g., a market observation, trade record) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |