Post Blackboard
post_blackboardPublish ephemeral messages or state updates to a shared blackboard for multi-agent coordination, with optional topic, project, and expiry settings.
Instructions
Post an ephemeral message or state update to the multi-agent blackboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Topic or channel for the message. | |
| content | Yes | Content text or JSON payload of the message. | |
| project | No | Optional project identifier. | |
| agent_id | No | Optional ID of posting agent. | |
| agent_role | No | Optional role of posting agent (e.g. coder, reviewer, planner). | |
| ttl_seconds | No | Optional time-to-live in seconds before message expires. |