Hi Will,
at the moment, Bedrock Agents are not supported out of the box in the AI Bot Starter App.
You could likely use the "Invoke Agent" action from the Amazon Bedrock Connector (see docs and some examples in "InvokeAgent" folder of the connector) inside of the action microflows. However, AWS agent communication is async and at the moment not compatible with the Conversational UI module, so you need to handle the sync process yourself and map the outcome to the GenAICommons.Response object to pass it to the "Update Assistant Response" action in the action microflow. Then the UI should work as expected.
I hope that helps and happy to see the results. Feel free to contact us in the #genai-connectors slack channel.
Best regards
Liam
Hi Liam,
Thanks for you reply. I was looking at the invoke agent, but was hoping there was a little more guidance on setting it up. The details you provided though, does help a lot. I will look into this some more and see if I can get it working.
Thanks again!
Will