agent_memory_replace
Replace the entire memory file for the calling user. USE SPARINGLY — append is the safer primary. Only call replace when memory has drifted wrong, accumulated stale entries, or the user asks for a clean rewrite. Cap: 10240 bytes; over-cap calls return 413.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Full memory content (Markdown). Pass empty string to clear. |