memory_write
Write a value to guarded memory after screening for security threats. Declare provenance to prevent self-poisoning and optionally classify the memory.
Instructions
Write a value to guarded mem9 memory.
The value is screened by agent-memory-guard before persisting; the result may be
allow / redact / quarantine / block. Declare provenance honestly via source_class
(user_input | external_tool | agent_authored | system) — it drives self-poisoning
detection. Optionally classify with memory_class (e.g. "ephemeral").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| source_class | No | agent_authored | |
| memory_class | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||