Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created August 24, 2025 13:34
Show Gist options
  • Select an option

  • Save KyMidd/6c871bb8d87cc0f143c60b6acba40eb6 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/6c871bb8d87cc0f143c60b6acba40eb6 to your computer and use it in GitHub Desktop.
from strands import Agent
from strands.models import BedrockModel
from strands_tools import calculator, current_time, retrieve, use_aws
# Lines skipped
# Configure bedrock model
bedrock_model = configure_bedrock_model()
agent_tools = [calculator, current_time, retrieve, use_aws]
# Create agent with tools
agent = create_agent(agent_tools)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment