Hi Experts,
I have created two CoPilot Agent(Say, Agent-1 and Agent-2) in CoPilot Studio and deployed them in Teams channel.
Now I want to ask a Question to Agent 1 from Teams channel tagging Agent-1.
In response I want Agent 1 will sent the answer of the question and tag Agent-2 with a new question so Agent-2 can be invoked.
Scenario--------------
<Teams Channel Post>
@Agent-1: <Question to Agent 1>
Agent-1: <Response from Agent 1..... @Agent-2: Question to Agent-2.>
Agent-2: Agent-2 response
----------------------
Basically, I want to implement Agent to Agent communication(Sequential chat) in low code. As Agent to Agent communication(like pro code solution AutoGen..) is still not supported in copilot studio, I am looking for some alternative work around to implement that.
Aside, So far I have tried below approach:
1. Agent-1 is invoked by user by typing question in a teams channel post and tagging the Agent-1
2. Agent-1 generating the answer and the next question to Agent-2. Finaly it output the answer in teams channel post thread and tagging Agent-2 with next question.
However, tagging this Agen-2 is not working. It is coming as just text.
I explored Power Automate Flow Teams 'mention tag' action. But that only working for tagging users(having email id). But the agents we have created in copilot studio they dont have any email address. So not able to use that action for agents.
Can you please guide on this. If there is any way to tag an Agent deployed to Team channel.
Thanks