blackboard_write
Store shared data in a multi-agent workflow system with agent identity verification and optional time-to-live settings.
Instructions
Write a value to the shared blackboard. Requires agent identity verification. Returns the written entry.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The key to write (e.g. "task:result:q3") | |
| value | Yes | JSON-encoded value to store | |
| agent_id | Yes | The agent performing the write | |
| agent_token | No | Optional verification token for authenticated writes | |
| ttl | No | Optional TTL in seconds (e.g. "3600" for 1 hour) |