nero_memory_write
Write key-value entries to the shared memory bus for access by all agents and Master Control.
Instructions
Write a key-value entry to the shared memory bus. All agents and Master Control can read it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Memory key (use namespaced keys like 'findings.auth', 'tasks.pending') | |
| value | Yes | Value to store | |
| author | No | Who is writing this entry (default: '_master') | _master |