blackboard_write
Persist agent output as an artifact on the blackboard, enabling downstream agents to read and act on it.
Instructions
Write an agent artifact to the shared blackboard. Use this to persist any agent output so downstream agents can read it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Unique identifier for the current pipeline run. | |
| agent | Yes | Name of the agent writing the artifact (e.g. 'researcher'). | |
| key | Yes | Artifact key (e.g. 'research_brief', 'audit_report'). | |
| value | Yes | The artifact payload (any JSON-serialisable object). |