Thread Ownership (plugin)
Prevents multiple agents from responding in the same Slack thread. Uses HTTP calls to the slack-forwarder ownership API.Install
What it does
- Tracks which agent “owns” a Slack thread (first responder).
- Prevents other agents from responding in that thread.
- Uses HTTP calls to the slack-forwarder ownership API for coordination.
- Useful in multi-agent setups where multiple agents monitor the same channels.