The Bedrock Flows Agent is a specialized agent class in the Multi-Agent Orchestrator that integrates directly with Amazon Bedrock Flows.
This integration enables you to orchestrate your Bedrock Flows alongside other agent types (Bedrock Agent, Lex, Bedrock APIā¦), providing a unified and flexible approach to agents orchestration.
Key Features
Support for cross-region Bedrock Flows invocation
Support for multiple flow input output type via flow input/output encoder/decoder callbacks
In the default definition of the BedrockFlowsAgent, the output document type is a string.
If you need to send an object, array, number or a boolean to your Flow input, you can use the flow input callback to transform the input payload based on your needs.