Enables CrewAI agents to invoke Amazon Bedrock Agents and leverage their capabilities within your workflows
BedrockInvokeAgentTool
BedrockInvokeAgentTool
enables CrewAI agents to invoke Amazon Bedrock Agents and leverage their capabilities within your workflows.
boto3
and python-dotenv
packagesArgument | Type | Required | Default | Description |
---|---|---|---|---|
agent_id | str | Yes | None | The unique identifier of the Bedrock agent |
agent_alias_id | str | Yes | None | The unique identifier of the agent alias |
session_id | str | No | timestamp | The unique identifier of the session |
enable_trace | bool | No | False | Whether to enable trace for debugging |
end_session | bool | No | False | Whether to end the session after invocation |
description | str | No | None | Custom description for the tool |