athena_message_board
Coordinate multi-agent work by posting presence, claims, and messages to a shared board; read it first to avoid duplicate effort and manage handoffs.
Instructions
Shared Git message board for inter-agent presence, work claims, duplicate-work prevention, collaboration, heartbeats, messages/acknowledgements, and release/handoff. Read before expensive shared work; use present to claim a lane, join to collaborate on an existing lane, or REPLICA only for deliberate independent replication. Writes always require a freshly verified shared remote frontier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| note | No | ||
| task | No | ||
| limit | No | ||
| action | Yes | ||
| remote | No | ||
| details | No | ||
| message | No | ||
| outcome | No | ||
| targets | No | ||
| agent_id | No | ||
| reply_to | No | ||
| work_key | No | ||
| handoff_to | No | ||
| message_id | No | ||
| recipients | No | ||
| message_kind | No | ||
| include_stale | No | ||
| join_agent_id | No | ||
| lease_seconds | No | ||
| release_status | No | ||
| replication_reason | No | ||
| shared_remote_mode | No |