Hello Team,
We are looking for guidance on implementing a human handoff workflow for our Rovo agent in Slack.
We have developed an FAQ Rovo agent for our Slack channel. Currently, the agent responds to every message posted within a thread. Our desired behavior is as follows:
Our goal is to provide users with an AI-assisted initial response while ensuring that, once a human engineer takes over, the conversation is not interrupted by additional automated replies unless the agent is intentionally called upon.
Any guidance, documentation, sample implementations, or recommendations would be greatly appreciated.
@Kishore welcome to the community. I don’t see a native Rovo Slack handoff mode that automatically detects when a human takes over a thread and then stays silent until @mentioned. The cleanest pattern is to keep Rovo’s automatic trigger limited to the initial response, then track a “human-owned” state outside the agent via Slack/JSM automation or a custom integration. Once that state is set, suppress automatic replies and allow Rovo only when explicitly mentioned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.